Skip to content
Snippets Groups Projects
Commit 0e3aef8d authored by Vlad Yasevich's avatar Vlad Yasevich
Browse files

sctp: Tag messages that can be Nagle delayed at creation.


When we create the sctp_datamsg and fragment the user data,
we know exactly if we are sending full segments or not and
how they might be bundled.  During this time, we can mark
messages a Nagle capable or not.  This makes the check at
transmit time much simpler.

Signed-off-by: default avatarVlad Yasevich <vladislav.yasevich@hp.com>
parent bfa0d984
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment