Remove now unused stuff forgotten in the previous commit.

This commit is contained in:
Andre Oppermann 2007-05-16 17:55:22 +00:00
parent 332fd25c96
commit abb91d889a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169613

View file

@ -169,14 +169,10 @@ extern int tcp_msl;
extern int tcp_ttl; /* time to live for TCP segs */
extern int tcp_backoff[];
struct tcptw;
extern int tcp_finwait2_timeout;
extern int tcp_fast_finwait2_recycle;
void tcp_timer_init(void);
void tcp_timer_2msl_reset(struct tcptw *_tw, int rearm);
void tcp_timer_2msl_stop(struct tcptw *_tw);
struct tcptw *
tcp_tw_2msl_scan(int _reuse); /* XXX temporary */