Changeset 4506 for pjproject/trunk/pjlib/include/pj/ssl_sock.h
- Timestamp:
- Apr 26, 2013 6:01:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/ssl_sock.h
r4146 r4506 712 712 713 713 /** 714 * Specify if SO_REUSEADDR should be used for listening socket. This 715 * option will only be used with accept() operation. 716 * 717 * Default is PJ_FALSE. 718 */ 719 pj_bool_t reuse_addr; 720 721 /** 714 722 * QoS traffic type to be set on this transport. When application wants 715 723 * to apply QoS tagging to the transport, it's preferable to set this
Note: See TracChangeset
for help on using the changeset viewer.