| 164 | } |
| 165 | |
| 166 | int opt_get_broadcast(lua_State *L, p_socket ps) |
| 167 | { |
| 168 | return opt_getboolean(L, ps, SOL_SOCKET, SO_BROADCAST); |
| 169 | } |
| 170 | |
| 171 | /*------------------------------------------------------*/ |
| 172 | int opt_set_recv_buf_size(lua_State *L, p_socket ps) |
nothing calls this directly
no test coverage detected