Skip to content
Commit cb95ea32 authored by Vlad Yasevich's avatar Vlad Yasevich
Browse files

sctp: Don't do NAGLE delay on large writes that were fragmented small



SCTP will delay the last part of a large write due to NAGLE, if that
part is smaller then MTU.  Since we are doing large writes, we might
as well send the last portion now instead of waiting untill the next
large write happens.  The small portion will be sent as is regardless,
so it's better to not delay it.

This is a result of much discussions with Wei Yongjun <yjwei@cn.fujitsu.com>
and Doug Graham <dgraham@nortel.com>.  Many thanks go out to them.

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