Changes in uspace/srv/net/tcp/sock.c [0d520a2:69a93df7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/sock.c
r0d520a2 r69a93df7 89 89 socket = (tcp_sockdata_t *)sock_core->specific_data; 90 90 (void)socket; 91 92 /* XXX We need to initiate connection cleanup here */93 91 } 94 92 … … 837 835 } 838 836 } 839 840 /* Clean up */841 log_msg(LVL_DEBUG, "tcp_sock_connection: Clean up");842 async_hangup(client.sess);843 socket_cores_release(NULL, &client.sockets, &gsock, tcp_free_sock_data);844 837 } 845 838
Note:
See TracChangeset
for help on using the changeset viewer.