Date: Wed, 08 Dec 2021 16:50:39 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 260114] [sctp] SO_SNDLOWAT is not accounted for when sending data Message-ID: <bug-260114-227-MLPvzGwsA6@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-260114-227@https.bugs.freebsd.org/bugzilla/> References: <bug-260114-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260114 Albin <albin.hellqvist@ericsson.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Not A Bug --- Comment #3 from Albin <albin.hellqvist@ericsson.com> --- I have come to my senses that this isn't a bug. I cannot find any man for sctp_sendv but for the other sctp_send* functions= it says: "If the message is too long to pass atomically through the underlying proto= col, errno is set to EMSGSIZE, -1 is returned, and the message is not transmitte= d." So because of that, it will never buffer any partial messages. I am closing this, sorry for any inconvenience. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260114-227-MLPvzGwsA6>