| 74 | } |
| 75 | |
| 76 | int opt_get_reuseport(lua_State *L, p_socket ps) |
| 77 | { |
| 78 | return opt_getboolean(L, ps, SOL_SOCKET, SO_REUSEPORT); |
| 79 | } |
| 80 | |
| 81 | /*------------------------------------------------------*/ |
| 82 | /* disables the Nagle algorithm */ |
nothing calls this directly
no test coverage detected