From d4773fc63a847119004c17a1b8803a815f99d98a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 31 Jan 2011 17:34:07 -0800 Subject: autopush: enable this by default TCP_CORK (and presuably TCP_NOPUSH) aren't remotely useful in Rainbows! without this and there's almost no overhead for MRI, either. --- ext/kgio/autopush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/kgio/autopush.c b/ext/kgio/autopush.c index cc83fdb..a91e019 100644 --- a/ext/kgio/autopush.c +++ b/ext/kgio/autopush.c @@ -28,7 +28,7 @@ #ifdef KGIO_NOPUSH static ID id_autopush_state; -static int enabled; +static int enabled = 1; enum autopush_state { AUTOPUSH_STATE_ACCEPTOR_IGNORE = -1, -- cgit v1.2.3-24-ge0c7