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