Starting on simulated socket manager.

This commit is contained in:
Adam Ierymenko 2014-10-21 17:00:25 -07:00
parent 4a5756e7fb
commit ae228ade8c
3 changed files with 137 additions and 1 deletions

View file

@ -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