#include <tport_internal.h>
Data Fields | |
unsigned | tpp_mtu |
Maximum packet size. | |
unsigned | tpp_idle |
Allowed connection idle time. | |
unsigned | tpp_timeout |
Allowed idle time for message. | |
unsigned | tpp_sigcomp_lifetime |
SigComp compartment lifetime. | |
unsigned | tpp_thrpsize |
Size of thread pool. | |
unsigned | tpp_thrprqsize |
Length of per-thread recv queue. | |
unsigned | tpp_qsize |
Size of queue. | |
unsigned | tpp_drop |
Packet drop probablity. | |
int | tpp_tos |
IP TOS. | |
unsigned | tpp_conn_orient:1 |
Connection-orienteded. | |
unsigned | tpp_sdwn_error:1 |
If true, shutdown is error. | |
unsigned | tpp_stun_server:1 |
If true, use stun server. |