mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
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
These are a selection of services for the ReactOS kernel. They include
parallel = parallel port driver
serial = serial port driver
mouse = mouse driver
null = null device driver
ide = IDE (hard disk) driver
keyboard = keyboard driver
loop = Allows accessing a file as a block device
scramdisk = Filesystem encryption driver
event = Sample driver demonstrating notifying a user thread using an event