Re: [freeBSD-6.1RELEASE] wonderings about function tcp_input()

2006-06-19 Thread Andre Oppermann
Blue wrote: Hi, all: I have a question about line 1765 to 1776 in tcp_input(): /* * If the ACK bit is off: if in SYN-RECEIVED state or SENDSYN * flag is on (half-synchronized state), then queue data for * later processing; else drop segment and return. */ if ((thflags &

[freeBSD-6.1RELEASE] wonderings about function tcp_input()

2006-06-18 Thread Blue
Hi, all: I have a question about line 1765 to 1776 in tcp_input(): /* * If the ACK bit is off: if in SYN-RECEIVED state or SENDSYN * flag is on (half-synchronized state), then queue data for * later processing; else drop segment and return. */ if ((thflags & TH_ACK) == 0)