Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jan 2011 20:49:15 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet sctp_output.c sctp_uio.h
Message-ID:  <201101282049.p0SKnQYJ058418@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2011-01-28 20:49:15 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_output.c sctp_uio.h 
  Log:
  SVN rev 218037 on 2011-01-28 20:49:15Z by rrs
  
  Fix a bug in the way ECN-Echo chunk
  sends were being accounted for. The
  counting was such that we counted only
  when we queued a chunk, not when we sent it.
  Now keep an additional counter for queuing and
  one for sending.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.135     +16 -1     src/sys/netinet/sctp_output.c
  1.55      +3 -2      src/sys/netinet/sctp_uio.h



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