~openerp-groupes/openobject-server/fix-delayed-ack

Viewing all changes in revision 3293.

  • Committer: Julien Thewys
  • Date: 2011-01-17 20:59:59 UTC
  • Revision ID: jth@openerp.com-20110117205959-8kxaz0of8ta9dmfw
[FIX] socket: avoids interaction between Nagle and delayed ACK algorithm.

By default, ACK delay is 200ms on Windows which terribly slows down
conversations between client and server (when deployed on different machines).

To avoid any slow down, TCP_NODELAY should be enabled on clients' socket too.

More details:
http://developers.slashdot.org/comments.pl?sid=174457&threshold=1&commentsort=0&mode=thread&cid=14515105

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: