Code cleanliness

This commit is contained in:
Tristan B. Kildaire 2020-12-20 17:42:23 +02:00
parent aec29f0fd1
commit 40cb881816
1 changed files with 1 additions and 2 deletions

View File

@ -91,9 +91,8 @@ public class DServer : Thread
addrInfo.address = listenAddress;
addrInfo.family = listenAddress.addressFamily;
/* Set standard stuff */
/* Set standard (it will always be TCP and in stream access mode) */
addrInfo.protocol = ProtocolType.TCP;
addrInfo.type = SocketType.STREAM;
/* Construct the listener */