| 142 | } |
| 143 | |
| 144 | int opt_get_keepalive(lua_State *L, p_socket ps) |
| 145 | { |
| 146 | return opt_getboolean(L, ps, SOL_SOCKET, SO_KEEPALIVE); |
| 147 | } |
| 148 | |
| 149 | /*------------------------------------------------------*/ |
| 150 | int opt_set_dontroute(lua_State *L, p_socket ps) |
nothing calls this directly
no test coverage detected