[Bug 260114] [sctp] SO_SNDLOWAT is not accounted for when sending data

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 08 Dec 2021 16:50:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260114

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 protocol,
errno is set to EMSGSIZE, -1 is returned, and the message is not transmitted."

So because of that, it will never buffer any partial messages.

I am closing this, sorry for any inconvenience.

-- 
You are receiving this mail because:
You are the assignee for the bug.