A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Cameron Gutman 6b7b487e8c [TCPIP/IP]
- Wait until the all pending sends are serviced before shutting down the socket on a graceful disconnect
- Cancel pending sends and receives on abortive disconnect
- Remove the nasty hack that was the completion queue and replace it with async completions like the lwIP implementation does
- There is a bug with the graceful disconnects which occurs if the graceful disconnect cannot be serviced immediately (a very rare case in my testing) and results in the shutdown() call stalling forever because oskittcp never indicates that send is possible again (which would allow pending send IRPs to be serviced and the shutdown IRP to be completed)

svn path=/trunk/; revision=52416
2011-06-22 00:41:40 +00:00
reactos [TCPIP/IP] 2011-06-22 00:41:40 +00:00
rosapps [SYSTEMINFO] 2011-04-05 21:20:42 +00:00
rostests [XMLLITE_WINETEST] 2011-06-18 23:04:39 +00:00
wallpaper