diff options
author | Emil Renner Berthing <esmil@mailme.dk> | 2013-01-28 13:25:10 +0100 |
---|---|---|
committer | Emil Renner Berthing <esmil@mailme.dk> | 2013-01-28 13:28:13 +0100 |
commit | ed8fe903ec2344a341eefdfaa117a6b937d4b3bc (patch) | |
tree | 3326abaf06e47efad0d428226e4a2f64574df2d1 /libev | |
parent | ee2a1ce9b399bcd6cf06d797ecf6b81d0a4b967f (diff) | |
download | lem-ed8fe903ec2344a341eefdfaa117a6b937d4b3bc.tar.gz lem-ed8fe903ec2344a341eefdfaa117a6b937d4b3bc.tar.xz lem-ed8fe903ec2344a341eefdfaa117a6b937d4b3bc.zip |
io: don't try to emulate TCP_CORK with TCP_NOPUSH
OSX and some versions FreeBSD doesn't send data
immediately after unsetting TCP_NOPUSH.
On OSX if you set TCP_NOPUSH, write data and then
unset TCP_NOPUSH you'll get a 2 second delay before
the last data is sent. Unfortunately I've found no
reliable work-around.
Diffstat (limited to 'libev')
0 files changed, 0 insertions, 0 deletions