From 98f9096c481e32872094706c71167866e952133b Mon Sep 17 00:00:00 2001 From: Jann Horn Date: Thu, 12 Mar 2015 20:03:10 +0100 Subject: [PATCH] usage instructions --- README | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.20.1