apnadkarni/iocp

Incorrect interpretation of -nagle option

Closed this issue · 2 comments

Setting -nagle option to 1 sets the TCP_NODELAY flag.
Shouldn't that be the opposite? In fact, setting TCP_NODELAY disable the Nagle algorithm.

But of course you're right. Will fix in next release.

Fixed in 1.1.0