Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2008 14:49:12 +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:  <200810271449.m9REnHdv017356@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2008-10-27 14:49:12 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_output.c 
  Log:
  SVN rev 184340 on 2008-10-27 14:49:12Z by rrs
  
  More issues with pre-blocking:
   a) Need for EEOR mode to take the min of the socket buffer size and the
      add more threshold, otherwise if you are so silly as to set a send
      buf size less than the add-more you could block forever in eeor mode.
  
   b) We were incorrectly using the sysctl vs the calculated value. This
      causes us to block forever if the addmore theshold is larger than
      then the socket buffer size.
  
  Revision  Changes    Path
  1.79      +10 -4     src/sys/netinet/sctp_output.c



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