Fixed accept return value / errno bug, also fdret_sock return bug

This commit is contained in:
Joseph Henry
2015-10-30 17:00:30 -07:00
parent 96eb0ce492
commit db473beb48
5 changed files with 137 additions and 104 deletions

View File

@@ -109,7 +109,7 @@ private:
void handle_map_request(PhySocket *sock, void **uptr, unsigned char* buf);
void handle_i_am(PhySocket *sock, void **uptr, unsigned char* buf);
void handle_retval(PhySocket *sock, void **uptr, unsigned char* buf);
int handle_socket(PhySocket *sock, void **uptr, struct socket_st* socket_rpc);
TcpConnection * 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);