1
0
mirror of https://github.com/deavminet/dnetd synced 2024-09-21 17:53:39 +02:00

Added TODO

This commit is contained in:
Tristan B. Kildaire 2021-01-30 12:06:53 +02:00
parent 77a4b01a3a
commit b5f6cec7b2

View File

@ -210,6 +210,8 @@ public class DConnection : Thread
* Locks the writeLock mutex, sends it over the
* socket to the client/server, and unlocks the
* mutex
*
* TODO: I don't believe we need the mutex here
*/
public bool writeSocket(long tag, byte[] data)
{