Add "encap_hdr_size" option back in.

The "tunnel_port" and "parse_udp_tunnels" options are still gone
as those did not work entirely (e.g. IPv6 support and misnaming
of tunnel_port/udp_tunnel_port).
This commit is contained in:
Jon Siwek 2012-06-18 12:48:03 -05:00
parent f3b3e73eba
commit 2ba3f5420b
4 changed files with 14 additions and 0 deletions

View file

@ -33,6 +33,8 @@ extern int partial_connection_ok;
extern int tcp_SYN_ack_ok;
extern int tcp_match_undelivered;
extern int encap_hdr_size;
extern double frag_timeout;
extern double tcp_SYN_timeout;