$NetBSD: patch-ai,v 1.1 2006/03/30 13:51:29 salo Exp $ --- globals.h.orig 2003-08-08 01:55:55.000000000 +0200 +++ globals.h 2005-11-05 21:44:31.000000000 +0100 @@ -32,7 +32,8 @@ tcp_seqnum, set_ack, ip_header_length, - tcp_ack; + tcp_ack, + tcp_mss; extern unsigned short int data_size; @@ -44,6 +45,7 @@ recv_pkt, out_of_sequence_pkt, sending_wait, + opt_flood, opt_rawipmode, opt_icmpmode, opt_udpmode, @@ -77,6 +79,7 @@ opt_tcpexitcode, opt_badcksum, opt_tr_keep_ttl, + opt_tcp_mss, opt_tcp_timestamp, opt_tr_stop, opt_tr_no_rtt,