basic epoll implementation
This commit is contained in:
parent
8e66213d6e
commit
6dbe2c26d8
3 changed files with 30 additions and 6 deletions
2
Socket.h
2
Socket.h
|
|
@ -103,6 +103,8 @@ public:
|
|||
|
||||
void setKeepalive();
|
||||
void setBlocking(bool flag);
|
||||
|
||||
int getFD();
|
||||
|
||||
private:
|
||||
// Prevent the user from trying to use value semantics on this object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue