From: Jann Horn Date: Thu, 12 Mar 2015 19:03:10 +0000 (+0100) Subject: usage instructions X-Git-Url: http://git.thejh.net/?p=netboost.git;a=commitdiff_plain;h=HEAD usage instructions --- 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.