I come across instances where a TCP connection between a FreeBSD 7.2 server and a Win2k3 server becomes disconnected only on the FreeBSD end. This happens for a reactor (Eventmachine) based application that I'm running.
I'm trying to find a solution to this. Is there a way to simulate the closing of the network socket only on FreeBSD? So that the remote peer (win2k3) doesn't know that the socket has closed on the FreeBSD server.
I'm trying to find a solution to this. Is there a way to simulate the closing of the network socket only on FreeBSD? So that the remote peer (win2k3) doesn't know that the socket has closed on the FreeBSD server.