Changeset 4537 for pjproject/trunk/pjlib/src/pjlib-test/sock_perf.c
- Timestamp:
- Jun 19, 2013 6:47:43 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pjlib-test/sock_perf.c
r3553 r4537 45 45 */ 46 46 static int sock_producer_consumer(int sock_type, 47 unsignedbuf_size,47 pj_size_t buf_size, 48 48 unsigned loop, 49 49 unsigned *p_bandwidth) … … 55 55 unsigned i; 56 56 pj_highprec_t elapsed, bandwidth; 57 pj_ size_t total_received;57 pj_highprec_t total_received; 58 58 pj_status_t rc; 59 59
Note: See TracChangeset
for help on using the changeset viewer.