Starting on simulated socket manager.
This commit is contained in:
parent
4a5756e7fb
commit
ae228ade8c
3 changed files with 137 additions and 1 deletions
|
@ -91,7 +91,7 @@ public:
|
|||
virtual void poll(
|
||||
unsigned long timeout,
|
||||
void (*handler)(const SharedPtr<Socket> &,void *,const InetAddress &,Buffer<ZT_SOCKET_MAX_MESSAGE_LEN> &),
|
||||
void *arg);
|
||||
void *arg) = 0;
|
||||
|
||||
/**
|
||||
* Cause current or next blocking poll() operation to timeout immediately
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue