summaryrefslogtreecommitdiff
path: root/libs/networking/include/AbstractSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/networking/include/AbstractSocket.h')
-rw-r--r--libs/networking/include/AbstractSocket.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/networking/include/AbstractSocket.h b/libs/networking/include/AbstractSocket.h
index 5a3fa87..67d5da1 100644
--- a/libs/networking/include/AbstractSocket.h
+++ b/libs/networking/include/AbstractSocket.h
@@ -54,9 +54,8 @@ private:
bool blocking;
cConnectionPoint *thisSide;
ConnectionPointList others; ///< client sockets have only one other side,
- ///< but server sockets can have multiple connections open at the same time,
- ///< so we probabely need a container here.
- // cConnectionPointInfo *FetchLocalInfo(int Socket, struct addrinfo *AI);
+ ///< but server sockets can have multiple connections open at the same time,
+ ///< so we probabely need a container here.
};
#endif /* ABSTRACTSOCKET_H */