Move more socket options into the flow framework.

This commit is contained in:
Ian Gulliver
2016-03-02 21:51:30 -08:00
parent 91775999d8
commit 10ba451458
8 changed files with 18 additions and 9 deletions

View File

@@ -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);