From c11ddf39df8c9ea9e08410277b3a476961ad1df2 Mon Sep 17 00:00:00 2001 From: bustico Date: Mon, 6 Jul 2009 10:22:07 +0000 Subject: force tcp_no_delay option to reduce lag on small messages --- src/param.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/param.c (limited to 'src/param.c') diff --git a/src/param.c b/src/param.c new file mode 100644 index 0000000..8a6bd49 --- /dev/null +++ b/src/param.c @@ -0,0 +1,3 @@ +#include "param.h" + +const int _TCP_NO_DELAY_ACTIVATED = 1; -- cgit v1.1