From: Arnaldo Carvalho de Melo Date: Mon, 29 Aug 2005 05:15:54 +0000 (-0300) Subject: [CCID3]: Call sk->sk_write_space(sk) when receiving a feedback packet X-Git-Tag: v2.6.14-rc1~1035^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c530cfb1ce1e8f230744c3f3bd86771f50725053;p=pandora-kernel.git [CCID3]: Call sk->sk_write_space(sk) when receiving a feedback packet This makes the send rate calculations behave way more closely to what is specified, with the jitter previously seen on x and x_recv disappearing completely on non lossy setups. This resembles the tcp_data_snd_check code, that possibly we'll end up using in DCCP as well, perhaps moving this code to inet_connection_sock. For now I'm doing the simplest implementation tho. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed