I’ve an outbound thread to a system on port 15022.
When the receiving system stopped sending ACK, I did a restart, checked netstat and this is what I got:
sgclvuat.52818 10.168.28.168.15022 1 0 33580 0 ESTABLISHED
sgclvuat.42498 10.168.28.168.15022 1 0 33580 0 ESTABLISHED
sgclvuat.40461 10.168.28.168.15022 64512 0 33580 0 ESTABLISHED
I half-expected to see FIN WAIT but 3 “ESTABLISHED”s?
What may be the problem?
TIA!