Changeset 4860 for pjproject/trunk/pjlib/include/pj/ssl_sock.h
- Timestamp:
- Jun 19, 2014 5:07:12 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/ssl_sock.h
r4829 r4860 750 750 pj_bool_t qos_ignore_error; 751 751 752 /** 753 * Specify options to be set on the transport. 754 * 755 * By default there is no options. 756 * 757 */ 758 pj_sockopt_params sockopt_params; 759 760 /** 761 * Specify if the transport should ignore any errors when setting the 762 * sockopt parameters. 763 * 764 * Default: PJ_TRUE 765 * 766 */ 767 pj_bool_t sockopt_ignore_error; 752 768 753 769 } pj_ssl_sock_param;
Note: See TracChangeset
for help on using the changeset viewer.