reactos/reactos/drivers/net
Art Yerkes 703e2aa5f9 Fixes:
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
2004-09-05 04:26:30 +00:00
..
afd Fixes: 2004-09-05 04:26:30 +00:00
dd According to this osr page: 2004-07-24 04:48:01 +00:00
ndis 2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-08-15 23:12:33 +00:00
npf - Fix errors during optimized build. 2004-07-03 17:40:27 +00:00
packet fixed compiler warnings 2003-09-20 20:31:57 +00:00
tcpip Since system services are now provided by the client, we need the 2004-08-30 18:12:30 +00:00
tdi - Build AFD, TCPIP and TDI with w32api headers. 2004-03-02 18:18:15 +00:00
tditest CVS maintenance 2004-02-21 13:56:36 +00:00
wshtcpip Implement WSHGetWildcardAddress 2004-09-01 03:39:29 +00:00
Makefile added some makefiles 2004-04-12 12:08:53 +00:00