Changeset 4961
- Timestamp:
- Nov 14, 2014 2:17:06 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/src/pjlib-util/stun_simple_client.c
r4297 r4961 20 20 #include <pjlib-util/stun_simple.h> 21 21 #include <pjlib-util/errno.h> 22 #include <pj/compat/socket.h> 22 23 #include <pj/log.h> 23 24 #include <pj/os.h> … … 153 154 } 154 155 #else 155 nfds = PJ_IOQUEUE_MAX_HANDLES-1;156 nfds = FD_SETSIZE-1; 156 157 #endif 157 158
Note: See TracChangeset
for help on using the changeset viewer.