Files
systemd/man
Susant Sahani cc567c9bea socket: Add support for TCP defer accept
TCP_DEFER_ACCEPT Allow a listener to be awakened only when data
arrives on the socket. If TCP_DEFER_ACCEPT set on a server-side
listening socket, the TCP/IP stack will not to wait for the final
ACK packet and not to initiate the process until the first packet
of real data has arrived. After sending the SYN/ACK, the server will
then wait for a data packet from a client. Now, only three packets
will be sent over the network, and the connection establishment delay
will be significantly reduced.
2014-08-14 19:55:44 -04:00
..
2014-02-20 22:43:27 -05:00
2014-02-20 22:43:27 -05:00
2014-06-28 00:06:30 -04:00
2014-02-20 22:43:27 -05:00
2014-02-20 22:43:27 -05:00
2014-02-17 19:03:07 -05:00
2013-12-25 22:53:45 -05:00
2014-07-31 08:56:03 -04:00
2014-07-31 08:56:03 -04:00
2014-07-31 08:56:03 -04:00