diff options
-rw-r--r-- | src/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c index 3280c51..657947c 100644 --- a/src/options.c +++ b/src/options.c | |||
@@ -190,7 +190,7 @@ int opt_set_send_buf_size(lua_State *L, p_socket ps) | |||
190 | return opt_setint(L, ps, SOL_SOCKET, SO_SNDBUF); | 190 | return opt_setint(L, ps, SOL_SOCKET, SO_SNDBUF); |
191 | } | 191 | } |
192 | 192 | ||
193 | // /*------------------------------------------------------*/ | 193 | /*------------------------------------------------------*/ |
194 | 194 | ||
195 | #ifdef TCP_FASTOPEN | 195 | #ifdef TCP_FASTOPEN |
196 | int opt_set_tcp_fastopen(lua_State *L, p_socket ps) | 196 | int opt_set_tcp_fastopen(lua_State *L, p_socket ps) |