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
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