reactos/drivers/network
Cameron Gutman 8dd3966ba9 [TCPIP, IP]
- Completely rewrite (again) the locking code and use references to ensure that the connection doesn't get freed while completing requests (the most frequent cause of crashes)
 - Remove DrainSignals and complete requests inside HandleSignalledConnection instead of doing them in a separate thread (increases speed a lot)
[OSKITTCP]
 - Don't clear the socket context in OskitTCPClose because we would end up in HandleSignalledConnection without a connection (which we don't support anymore after eliminating DrainSignals)
 - Change the check performed to see if a socket is dying so we support connection dying after calling OskitTCPClose
[AFD]
 - Remove leftover ASSERTs which fail after the changes to tcpip (they were wrong in the first place because we call into tcpip at DISPATCH_LEVEL sometimes)

svn path=/branches/aicom-network-branch/; revision=44839
2009-12-31 23:33:24 +00:00
..
acd - Create another branch for networking fixes 2009-12-02 03:23:19 +00:00
afd [TCPIP, IP] 2009-12-31 23:33:24 +00:00
dd - Create another branch for networking fixes 2009-12-02 03:23:19 +00:00
lan - Create another branch for networking fixes 2009-12-02 03:23:19 +00:00
ndis - Create another branch for networking fixes 2009-12-02 03:23:19 +00:00
tcpip [TCPIP, IP] 2009-12-31 23:33:24 +00:00
tdi - Create another branch for networking fixes 2009-12-02 03:23:19 +00:00
directory.rbuild - Create another branch for networking fixes 2009-12-02 03:23:19 +00:00