|
|
|
|
|
by udp
5374 days ago
|
|
TCP_NOPUSH is broken, too - if you enable it and then later disable it with setsockopt, it doesn't immediately send any pending data (as it does on FreeBSD, and as TCP_CORK does on Linux). IIRC, a lot of their code came from FreeBSD back in the day. I wonder why they didn't keep it in sync? |
|