mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
Refactored write logic
This commit is contained in:
parent
41dfbe544f
commit
d868a234da
2 changed files with 67 additions and 67 deletions
|
@ -109,6 +109,7 @@ private:
|
|||
void handle_retval(PhySocket *sock, void **uptr, unsigned char* buf);
|
||||
void handle_socket(PhySocket *sock, void **uptr, struct socket_st* socket_rpc);
|
||||
void handle_connect(PhySocket *sock, void **uptr, struct connect_st* connect_rpc);
|
||||
void handle_write(TcpConnection *conn);
|
||||
|
||||
int send_return_value(TcpConnection *conn, int retval);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue