Re: [FreeBSD-6.1RELEASE] tcp in TIME_WAIT state

2006-06-19 Thread Andre Oppermann
Blue wrote: Hi, all: In function tcp_timewait(), which will be called when receiving a segment as current TCP state at TIME_WAIT. However, in the body of the function definition, it simply goes to "drop" before generating RST or RST/ACK towards the unicast source. Is the behavior correct bec

[FreeBSD-6.1RELEASE] tcp in TIME_WAIT state

2006-06-19 Thread Blue
Hi, all: In function tcp_timewait(), which will be called when receiving a segment as current TCP state at TIME_WAIT. However, in the body of the function definition, it simply goes to "drop" before generating RST or RST/ACK towards the unicast source. Is the behavior correct because the fol