Changeset 5849 for pjproject/trunk/pjlib/src/pj/ioqueue_select.c
- Timestamp:
- Aug 1, 2018 8:05:16 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/ioqueue_select.c
r5778 r5849 1005 1005 h = h->next) 1006 1006 { 1007 if (h->fd == PJ_INVALID_SOCKET) 1008 continue; 1007 1009 1008 1010 if ( (key_has_pending_write(h) || key_has_pending_connect(h))
Note: See TracChangeset
for help on using the changeset viewer.