On Tue, Jan 10, 2012 at 5:05 AM, Nitin Sharma <nitinics at gmail.com> wrote: > Is there an equivalent of > (freeBSD) > sysctl net.inet.tcp.signature_verify_input=0 > > in linux? > 2.6.35.14-x > > How is the MD5 verification of incoming TCP packets done? See CONFIG_TCP_MD5SIG. -- Thanks, //richard