Re: Telling BSD to stop resetting the connection!

2006-01-11 Thread David S. Madole
From: "Dan Joumaa" <[EMAIL PROTECTED]> 103 9.443254 192.168.1.6 -> 205.166.76.40 TCP pacmand > https [SYN] Seq=0 Ack=0 Win=2920 Len=0 MSS=536 104 9.443364 192.168.1.2 -> 205.166.76.40 TCP pacmand > https [SYN] Seq=0 Ack=0 Win=2920 Len=0 MSS=536 105 9.443617 192.168.1.6 -> 205.166.76.40

Re: Telling BSD to stop resetting the connection!

2006-01-11 Thread Dan Joumaa
On Jan 11, 2006, at 7:24 PM, David S. Madole wrote: From: "Dan Joumaa" <[EMAIL PROTECTED]> I'm trying to code a software gateway with divert sockets. So far basic things are working, but the net stack constantly resets the connection whenever a SYN-ACK is sent to it. Any ideas on how to s

Re: Telling BSD to stop resetting the connection!

2006-01-11 Thread David S. Madole
From: "Dan Joumaa" <[EMAIL PROTECTED]> I'm trying to code a software gateway with divert sockets. So far basic things are working, but the net stack constantly resets the connection whenever a SYN-ACK is sent to it. Any ideas on how to stop the net stack from resetting my connections, prefe

Re: Telling BSD to stop resetting the connection!

2006-01-11 Thread Julian Elischer
Dan Joumaa wrote: Hello, I'm trying to code a software gateway with divert sockets. So far basic things are working, but the net stack constantly resets the connection whenever a SYN-ACK is sent to it. 103 9.443254 192.168.1.6 -> 205.166.76.40 TCP pacmand > https [SYN] Seq=0 Ack=0 Win=2

Telling BSD to stop resetting the connection!

2006-01-11 Thread Dan Joumaa
Hello, I'm trying to code a software gateway with divert sockets. So far basic things are working, but the net stack constantly resets the connection whenever a SYN-ACK is sent to it. 103 9.443254 192.168.1.6 -> 205.166.76.40 TCP pacmand > https [SYN] Seq=0 Ack=0 Win=2920 Len=0 MSS=536 10