usage instructions
[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.
5 To use it, run ./compile.sh, then inject the generated library into whatever
6 process you want using LD_PRELOAD.