Date: Wed, 11 Jan 2006 21:24:58 -0500 From: "David S. Madole" <david@madole.net> To: <freebsd-hackers@freebsd.org>, "Dan Joumaa" <nessup@gmail.com> Subject: Re: Telling BSD to stop resetting the connection! Message-ID: <096b01c6171f$62711140$c3e7a8c0@david> References: <ca819c8f74a6f6518ac6f2b588f56de8@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
From: "Dan Joumaa" <nessup@gmail.com> > > 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, > preferably programmatically? I think you are doing something wrong, either not diverting packets that should be, or reinjecting packets from your code that are incorrect in some way. Without seeing the ipfw rules or code, there's not much else that can be said. David
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?096b01c6171f$62711140$c3e7a8c0>