Modules/IPStack - Fix page fault in TCP, quietened some things
[tpg/acess2.git] / KernelLand / Modules / IPStack / udp.c
index 8c5c6ca..325a09e 100644 (file)
@@ -38,7 +38,7 @@ tVFS_NodeType gUDP_NodeType = {
        .IOCtl = UDP_Channel_IOCtl,
        .Close = UDP_Channel_Close
 };
-tMutex glUDP_Channels;
+tMutex glUDP_Channels; // TODO: Replace with a RWLock
 tUDPChannel    *gpUDP_Channels;
 
 tMutex glUDP_Ports;

UCC git Repository :: git.ucc.asn.au