version 1.1.1.2, 2013/07/22 08:44:29
|
version 1.1.1.4, 2019/10/22 13:49:55
|
Line 52
|
Line 52
|
enum { |
enum { |
IFACE_CONF_ONDEMAND, |
IFACE_CONF_ONDEMAND, |
IFACE_CONF_PROXY, |
IFACE_CONF_PROXY, |
|
IFACE_CONF_KEEP_TIMEOUT, |
IFACE_CONF_TCPMSSFIX, |
IFACE_CONF_TCPMSSFIX, |
IFACE_CONF_TEE, |
IFACE_CONF_TEE, |
IFACE_CONF_NAT, |
IFACE_CONF_NAT, |
Line 106
|
Line 107
|
u_char traffic[IFACE_IDLE_SPLIT]; /* Mark any traffic */ |
u_char traffic[IFACE_IDLE_SPLIT]; /* Mark any traffic */ |
u_short mtu; /* Interface MTU */ |
u_short mtu; /* Interface MTU */ |
u_short max_mtu; /* Configured maximum MTU */ |
u_short max_mtu; /* Configured maximum MTU */ |
|
u_short mtu_override; /* Configured MTU override */ |
struct optinfo options; /* Configuration options */ |
struct optinfo options; /* Configuration options */ |
u_int idle_timeout; /* Idle timeout */ |
u_int idle_timeout; /* Idle timeout */ |
u_int session_timeout; /* Session timeout */ |
u_int session_timeout; /* Session timeout */ |