Changeset 3057 for pjproject/trunk/pjlib/src/pjlib-test/activesock.c
- Timestamp:
- Jan 13, 2010 1:09:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pjlib-test/activesock.c
r3048 r3057 338 338 static int tcp_perf_test(void) 339 339 { 340 enum { COUNT=10000 0};340 enum { COUNT=10000 }; 341 341 pj_pool_t *pool = NULL; 342 342 pj_ioqueue_t *ioqueue = NULL; … … 437 437 } 438 438 } 439 440 #ifndef PJ_SYMBIAN 441 for (;;) { 442 pj_time_val timeout = {0, 10}; 443 if (pj_ioqueue_poll(ioqueue, &timeout) < 1) 444 break; 445 } 446 #endif 447 439 448 } 440 449
Note: See TracChangeset
for help on using the changeset viewer.