1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 15:50:48 -04:00
Daniel Stenberg 4732ca5724 CURLOPT_TCP_NODELAY: now enabled by default
After a few wasted hours hunting down the reason for slowness during a
TLS handshake that turned out to be because of TCP_NODELAY not being
set, I think we have enough motivation to toggle the default for this
option. We now enable TCP_NODELAY by default and allow applications to
switch it off.

This also makes --tcp-nodelay unnecessary, but --no-tcp-nodelay can be
used to disable it.

Thanks-to: Tim Rühsen
Bug: https://curl.haxx.se/mail/lib-2016-06/0143.html
2016-08-05 00:12:57 +02:00
..
2016-04-03 22:38:36 +02:00
2016-07-13 03:09:20 -04:00
2016-02-04 18:46:54 -05:00
2016-08-03 19:33:59 +01:00
2016-02-04 18:46:54 -05:00
2016-04-03 23:07:30 +02:00
2016-04-03 23:07:30 +02:00
2016-04-03 22:38:36 +02:00