Date: Fri, 20 Feb 2009 14:33:45 +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: <200902201433.n1KEXqG4069397@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2009-02-20 14:33:45 UTC FreeBSD src repository Modified files: sys/netinet sctp_output.c Log: SVN rev 188852 on 2009-02-20 14:33:45Z by rrs Fix a bug. The sending was being restricted improperly by the max_burst. It should only be gated by cwnd in the lower level send. Obtained from: Michael Tuexen MFC after: 1 week. Revision Changes Path 1.82 +2 -2 src/sys/netinet/sctp_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902201433.n1KEXqG4069397>