mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
703e2aa5f9bcbc33e9eb9df5969b69f23e52dc8e
Socket destruction is correct. When IRPs are left to cancel, the socket will remain until all pending irps complete. The DestroySocket function does this. It is always safe to call DestroySocket at any time after the FsContext member of the FileObject has been nulled. Fixed UDP data delivery in. UDP send still has a problem but it seems to be in tcpip.sys more than likely. I've sliced another 6000 lines out of tcpip.sys that i will debug as a userspace library and link to tcpip. Fixed poll reeval (old reported bug fix I hadn't committed yet). Miscellaneously better sanity in a few rough spots. svn path=/trunk/; revision=10785
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%