| 62 | } |
| 63 | |
| 64 | int opt_get_reuseaddr(lua_State *L, p_socket ps) |
| 65 | { |
| 66 | return opt_getboolean(L, ps, SOL_SOCKET, SO_REUSEADDR); |
| 67 | } |
| 68 | |
| 69 | /*------------------------------------------------------*/ |
| 70 | /* enables reuse of local port */ |
nothing calls this directly
no test coverage detected