reactos/sdk/lib/drivers/ip/transport
Jérôme Gardou 27fcfe66a2 [TCPIP][IP] Use an ERESOURCE as mutex for address files & connection end points
Spinlocks are not reentrant (and this is done a lot), using them forces us to have
an horrible hack in the kernel, which unschedules threads which are at DISPATCH_LEVEL
thus allowing another thread to take ownership of the spinlock while the unscheduled
thread should already hold it.

CORE-6473
2021-06-21 11:42:01 +02:00
..
datagram [TCPIP][IP] Use an ERESOURCE as mutex for address files & connection end points 2021-06-21 11:42:01 +02:00
rawip [TCPIP][IP] Use an ERESOURCE as mutex for address files & connection end points 2021-06-21 11:42:01 +02:00
tcp [TCPIP][IP] Use an ERESOURCE as mutex for address files & connection end points 2021-06-21 11:42:01 +02:00
udp [TCPIP][IP] Use an ERESOURCE as mutex for address files & connection end points 2021-06-21 11:42:01 +02:00