Skip to content

Instantly share code, notes, and snippets.

View ssundaresan's full-sized avatar

Srikanth ssundaresan

View GitHub Profile
@ssundaresan
ssundaresan / gist:6463951
Last active December 22, 2015 11:09
web10g 3.3 patch - original
wait_for_memory:
- if (copied)
+ if (copied) {
tcp_push(sk, flags & ~MSG_MORE, mss_now, TCP_NAGLE_PUSH);
+ TCP_ESTATS_UPDATE(tp, tcp_estats_update_writeq(sk));
+ }