Re: Mimicking TCP connection

"embyte" <[email protected]> Fri, 6 Aug 2004 22:57:38 +0200
Newsgroups gmane.comp.security.libnet
Organization val seriana
Message-ID <003401c47bf8$02b504a0$a5320a3e@portatile>
> How can I prevent the kernel from interfering with my program?
>
> Thanks,
>
> Shai Rubin

You can interface directly with iptables. You can simply add dinamicaly a
rule in OUTPUT chain which drop kernel RST, and delete it after 3handshake.

Embyte