Skip to content

Instantly share code, notes, and snippets.

@ssundaresan
Last active December 22, 2015 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssundaresan/6463951 to your computer and use it in GitHub Desktop.
Save ssundaresan/6463951 to your computer and use it in GitHub Desktop.
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));
+ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment