Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jun 2010 21:27:43 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet sctp_output.c
Message-ID:  <201006052127.o55LRqP5048908@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

rrs         2010-06-05 21:27:43 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_output.c 
  Log:
  SVN rev 208855 on 2010-06-05 21:27:43Z by rrs
  
  This change does the following:
  1) Fix the alignment of a comment.
  2) Fix a BUG where we were NOT paying attention
     to the RESEND marking on retransmitting control
     chunks.. and worse we were not decrementing the
     retran count that could cause us to loop forever.
  3) Add in the valdiate_no_lock function on invariants
     so that we will really check all ways out to be sure
     a lock does not slip out locked.
  
  MFC after:      1 week.
  
  Revision  Changes    Path
  1.109     +23 -13    src/sys/netinet/sctp_output.c



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