Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2009 20:54:45 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet sctp_crc32.c sctp_input.c sctp_output.c sctp_output.h sctp_usrreq.c
Message-ID:  <200902272055.n1RKt1MS058674@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2009-02-27 20:54:45 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_crc32.c sctp_input.c sctp_output.c 
                         sctp_output.h sctp_usrreq.c 
  Log:
  SVN rev 189121 on 2009-02-27 20:54:45Z by rrs
  
  Fix the add stream feature of strm-reset to really work:
   - Fix the copy, we can't do a blind copy but must transfer
     the data from the old to the new.
   - Fix the ACK processing so we properly stop retransmitting
     the thing.
   - Fix it so if we get a retran we will properly reply with
     the saved response without doing anything.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.15      +0 -1      src/sys/netinet/sctp_crc32.c
  1.80      +68 -37    src/sys/netinet/sctp_input.c
  1.84      +10 -6     src/sys/netinet/sctp_output.c
  1.18      +5 -0      src/sys/netinet/sctp_output.h
  1.66      +49 -4     src/sys/netinet/sctp_usrreq.c



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