Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2008 09:44:07 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet sctp_indata.c sctp_lock_bsd.h sctp_output.c sctp_sysctl.h sctp_timer.c sctp_var.h sctputil.c
Message-ID:  <200808280944.m7S9iN4x065836@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2008-08-28 09:44:07 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_indata.c sctp_lock_bsd.h 
                         sctp_output.c sctp_sysctl.h sctp_timer.c 
                         sctp_var.h sctputil.c 
  Log:
  SVN rev 182367 on 2008-08-28 09:44:07Z by rrs
  
  - Make strict-sacks be the default.
  - Change it so that without INVARIANTs there are
    no panics in SCTP.
  - sctp_timer changes so that we have a recovery mechanism
    when the sent list is out of order.
  
  Revision  Changes    Path
  1.53      +10 -1     src/sys/netinet/sctp_indata.c
  1.14      +8 -2      src/sys/netinet/sctp_lock_bsd.h
  1.76      +1 -0      src/sys/netinet/sctp_output.c
  1.17      +1 -1      src/sys/netinet/sctp_sysctl.h
  1.38      +59 -2     src/sys/netinet/sctp_timer.c
  1.29      +32 -0     src/sys/netinet/sctp_var.h
  1.82      +15 -0     src/sys/netinet/sctputil.c



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