Socket code refactoring, plus stop polling with a 1s timeout in readBytes while we only want to poll with a 1ms timeout
This commit is contained in:
@ -39,6 +39,7 @@ namespace ix
|
||||
|
||||
void configure();
|
||||
|
||||
int select(int timeoutSecs, int timeoutMs);
|
||||
virtual void poll(const OnPollCallback& onPollCallback,
|
||||
int timeoutSecs = kDefaultPollTimeout);
|
||||
virtual void wakeUpFromPoll();
|
||||
|
Reference in New Issue
Block a user