Changeset 4538 for pjproject/trunk/pjnath/include/pjnath/turn_sock.h
- Timestamp:
- Jun 19, 2013 9:06:55 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/include/pjnath/turn_sock.h
r4360 r4538 166 166 */ 167 167 pj_uint16_t port_range; 168 169 /** 170 * Specify target value for socket receive buffer size. It will be 171 * applied using setsockopt(). When it fails to set the specified size, 172 * it will try with lower value until the highest possible has been 173 * successfully set. 174 * 175 * Default: 0 (OS default) 176 */ 177 unsigned so_rcvbuf_size; 178 179 /** 180 * Specify target value for socket send buffer size. It will be 181 * applied using setsockopt(). When it fails to set the specified size, 182 * it will try with lower value until the highest possible has been 183 * successfully set. 184 * 185 * Default: 0 (OS default) 186 */ 187 unsigned so_sndbuf_size; 168 188 169 189 } pj_turn_sock_cfg;
Note: See TracChangeset
for help on using the changeset viewer.