8918f27178a9dabe8adc92d6bfb9243bba41eafe
[netboost.git] / README
1 This is a little helper for setting TCP_NODELAY on all sockets that a program
2 creates, thereby reducing round-trip times.
3 Especially for loopback sockets, this gets rid of nasty 40ms delays created
4 by the nagle algorithm.