Changeset 2131 for pjproject/trunk/pjsip/src/pjsip/sip_transport_tcp.c
- Timestamp:
- Jul 13, 2008 1:12:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_transport_tcp.c
r2039 r2131 37 37 38 38 #define MAX_ASYNC_CNT 16 39 #define POOL_LIS_INIT 400040 #define POOL_LIS_INC 400141 #define POOL_TP_INIT 400042 #define POOL_TP_INC 400239 #define POOL_LIS_INIT 512 40 #define POOL_LIS_INC 512 41 #define POOL_TP_INIT 512 42 #define POOL_TP_INC 512 43 43 44 44 struct tcp_listener;
Note: See TracChangeset
for help on using the changeset viewer.