Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2011 17:13:40 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet tcp_input.c tcp_subr.c tcp_syncache.c tcp_var.h
Message-ID:  <201104251713.p3PHDupZ072611@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
attilio     2011-04-25 17:13:40 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c tcp_subr.c tcp_syncache.c 
                         tcp_var.h 
  Log:
  SVN rev 221023 on 2011-04-25 17:13:40Z by attilio
  
  Add the possibility to verify MD5 hash of incoming TCP packets.
  As long as this is a costy function, even when compiled in (along with
  the option TCP_SIGNATURE), it can be disabled via the
  net.inet.tcp.signature_verify_input sysctl.
  
  Sponsored by:   Sandvine Incorporated
  Reviewed by:    emaste, bz
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.427     +99 -4     src/sys/netinet/tcp_input.c
  1.376     +66 -0     src/sys/netinet/tcp_subr.c
  1.186     +5 -4      src/sys/netinet/tcp_syncache.c
  1.199     +9 -0      src/sys/netinet/tcp_var.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104251713.p3PHDupZ072611>