Move more socket options into the flow framework.
This commit is contained in:
@@ -4,5 +4,5 @@ void socket_pre_bind(int);
|
||||
void socket_pre_listen(int);
|
||||
void socket_ready(int);
|
||||
void socket_ready_send(int);
|
||||
void socket_send(int);
|
||||
void socket_receive(int);
|
||||
void socket_connected_send(int);
|
||||
void socket_connected_receive(int);
|
||||
|
||||
Reference in New Issue
Block a user