|
|
@ -16,7 +16,7 @@ struct Connection*
|
|
|
|
connection_new(unsigned int source_port, const char* source_ip, unsigned int dest_port, const char* dest_ip);
|
|
|
|
connection_new(unsigned int source_port, const char* source_ip, unsigned int dest_port, const char* dest_ip);
|
|
|
|
|
|
|
|
|
|
|
|
struct Connection*
|
|
|
|
struct Connection*
|
|
|
|
connection_poll_ready(struct Client* client);
|
|
|
|
connection_poll_ready(struct ClientImp* client);
|
|
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
void
|
|
|
|
connection_read(struct Connection* connection, union Message* resp);
|
|
|
|
connection_read(struct Connection* connection, union Message* resp);
|
|
|
|