Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jun 2010 03:39:31 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet sctp_indata.c
Message-ID:  <201006080339.o583doCa003605@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2010-06-08 03:39:31 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_indata.c 
  Log:
  SVN rev 208902 on 2010-06-08 03:39:31Z by rrs
  
  2 Bugs:
  
  1) Only use both mapping arrays when NR sack is off. This
     way we can hold off moving the cumack (not the best but
     workable) when NR-sack is on.
  
  2) We must make sure to just return on the move of the
     bit to the NR array if the cum-ack as already went
     past the TSN. This prevents marking a bit behind the
     array and hitting the invariant code that panic's us.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.84      +20 -2     src/sys/netinet/sctp_indata.c



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