From: Vlad Yasevich Date: Sat, 1 May 2010 02:41:10 +0000 (-0400) Subject: sctp: Tag messages that can be Nagle delayed at creation. X-Git-Tag: v2.6.35-rc1~473^2~287^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e3aef8d09a8c11e3fb83cdcb24b5bc7421b3726;p=pandora-kernel.git 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: Vlad Yasevich --- Reading git-diff-tree failed