Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2001 17:58:16 -0700 (PDT)
From:      Mike Silbersack <silby@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_input.c tcp_seq.h tcp_subr.c tcp_timer.c tcp_usrreq.c tcp_var.h
Message-ID:  <200108220058.f7M0wGf97070@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
silby       2001/08/21 17:58:16 PDT

  Modified files:
    sys/netinet          tcp_input.c tcp_seq.h tcp_subr.c 
                         tcp_timer.c tcp_usrreq.c tcp_var.h 
  Log:
  Much delayed but now present:  RFC 1948 style sequence numbers
  
  In order to ensure security and functionality, RFC 1948 style
  initial sequence number generation has been implemented.  Barring
  any major crypographic breakthroughs, this algorithm should be
  unbreakable.  In addition, the problems with TIME_WAIT recycling
  which affect our currently used algorithm are not present.
  
  Reviewed by: jesper
  
  Revision  Changes    Path
  1.137     +3 -4      src/sys/netinet/tcp_input.c
  1.17      +1 -22     src/sys/netinet/tcp_seq.h
  1.113     +96 -71    src/sys/netinet/tcp_subr.c
  1.47      +1 -3      src/sys/netinet/tcp_timer.c
  1.66      +3 -3      src/sys/netinet/tcp_usrreq.c
  1.71      +2 -6      src/sys/netinet/tcp_var.h


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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