mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-12 16:28:22 +01:00
style(core) Remove lingering c-style comment (#388)
This commit is contained in:
parent
87c48f3e4d
commit
30ddf0eaea
@ -190,7 +190,7 @@ int opt_set_send_buf_size(lua_State *L, p_socket ps)
|
|||||||
return opt_setint(L, ps, SOL_SOCKET, SO_SNDBUF);
|
return opt_setint(L, ps, SOL_SOCKET, SO_SNDBUF);
|
||||||
}
|
}
|
||||||
|
|
||||||
// /*------------------------------------------------------*/
|
/*------------------------------------------------------*/
|
||||||
|
|
||||||
#ifdef TCP_FASTOPEN
|
#ifdef TCP_FASTOPEN
|
||||||
int opt_set_tcp_fastopen(lua_State *L, p_socket ps)
|
int opt_set_tcp_fastopen(lua_State *L, p_socket ps)
|
||||||
|
Loading…
Reference in New Issue
Block a user