reactos/lib/drivers/ip/transport/tcp
Claudiu Mihail f0c093af20 [lwIP]
- fix crash caused by a race condition when trying to close a socket
- move timer hack from sys_arch.c to timers.c because there it gives best performance (will have to get rid of it at some point though)
- when closing a socket only mask out the receive and accept callbacks (as they can cause of a crash when closing a socket). The rest of the callbacks are left alone because they may be used.

[TCPIP]
- merge r52698
- remove some DbgPrint calls that are now useless since the bug they were introduced to help discover has been fixed

svn path=/branches/GSoC_2011/TcpIpDriver/; revision=52712
2011-07-17 12:32:33 +00:00
..
accept.c [TCPIP] 2011-07-03 13:34:36 +00:00
event.c [lwIP] 2011-07-17 12:32:33 +00:00
if.c [lwIP] 2011-07-17 12:32:33 +00:00
tcp.c [lwIP] 2011-07-17 12:32:33 +00:00