summaryrefslogtreecommitdiff
path: root/src/param.c
diff options
context:
space:
mode:
authorbustico2009-07-06 10:22:07 +0000
committerbustico2009-07-06 10:22:07 +0000
commitc11ddf39df8c9ea9e08410277b3a476961ad1df2 (patch)
tree7191b170cf58b0546b08025a9d1b1ba6040c3017 /src/param.c
parent41ab25636882f12eed1c31a818a70aed12a46bbf (diff)
downloadivy-c-c11ddf39df8c9ea9e08410277b3a476961ad1df2.zip
ivy-c-c11ddf39df8c9ea9e08410277b3a476961ad1df2.tar.gz
ivy-c-c11ddf39df8c9ea9e08410277b3a476961ad1df2.tar.bz2
ivy-c-c11ddf39df8c9ea9e08410277b3a476961ad1df2.tar.xz
force tcp_no_delay option to reduce lag on small messages
Diffstat (limited to 'src/param.c')
-rw-r--r--src/param.c3
1 files changed, 3 insertions, 0 deletions
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;