X-Git-Url: http://git.thejh.net/?p=netboost.git;a=blobdiff_plain;f=README;h=94491eb1ccbb54df98b49433a9a62301bb876940;hp=8918f27178a9dabe8adc92d6bfb9243bba41eafe;hb=HEAD;hpb=4e90c4221388c79896c379e0d5c995c56a281813 diff --git a/README b/README index 8918f27..94491eb 100644 --- a/README +++ b/README @@ -2,3 +2,5 @@ This is a little helper for setting TCP_NODELAY on all sockets that a program creates, thereby reducing round-trip times. Especially for loopback sockets, this gets rid of nasty 40ms delays created by the nagle algorithm. +To use it, run ./compile.sh, then inject the generated library into whatever +process you want using LD_PRELOAD.