style(core) Remove lingering c-style comment (#388)
This commit is contained in:
parent
87c48f3e4d
commit
30ddf0eaea
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue