Receive data on socket in TIME_WAIT state
问题 What happens, in below scenarios, when a socket in TIME_WAIT receives a segment a) When it receives lost ACK b) When sending node wants to establish another new connection using same src_ip:src_port on the server to same dst_ip:dst_port for which the server already has a TIME_WAIT socket. Will it ignore/drop it, sends a reset or reuse the TIME_WAIT socket? Thanks M 回答1: a) When it receives lost ACK Nothing. b) When sending node wants to establish another new connection using same src_ip:src