net/SocketDescriptor: specialization of FileDescriptor for network sockets

This commit is contained in:
Max Kellermann
2017-08-10 12:17:35 +02:00
parent 7f83d38bca
commit 817e912025
5 changed files with 717 additions and 0 deletions

View File

@@ -39,6 +39,8 @@
* An OO wrapper for struct sockaddr_storage.
*/
class StaticSocketAddress {
friend class SocketDescriptor;
public:
typedef SocketAddress::size_type size_type;