------------------------------------------------------*/
| 137 | |
| 138 | /*------------------------------------------------------*/ |
| 139 | int opt_set_keepalive(lua_State *L, p_socket ps) |
| 140 | { |
| 141 | return opt_setboolean(L, ps, SOL_SOCKET, SO_KEEPALIVE); |
| 142 | } |
| 143 | |
| 144 | int opt_get_keepalive(lua_State *L, p_socket ps) |
| 145 | { |
nothing calls this directly
no test coverage detected