From: Sridhar Samudrala Date: Sat, 30 Sep 2006 00:09:05 +0000 (-0700) Subject: [SCTP]: Include sk_buff overhead while updating the peer's receive window. X-Git-Tag: v2.6.19-rc1~647^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd49788563d3b9e2ec0b316fa57aef1c0cb3bd4b;p=pandora-kernel.git [SCTP]: Include sk_buff overhead while updating the peer's receive window. Currently if the sender is sending small messages, it can cause a receiver to run out of receive buffer space even when the advertised receive window is still open and results in packet drops and retransmissions. Including a overhead while updating the sender's view of peer receive window will reduce the chances of receive buffer space overshooting the receive window. Signed-off-by: Sridhar Samudrala Signed-off-by: David S. Miller --- Reading git-diff-tree failed