[CCID3]: Call sk->sk_write_space(sk) when receiving a feedback packet
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Mon, 29 Aug 2005 05:15:54 +0000 (02:15 -0300)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 23:13:46 +0000 (16:13 -0700)
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 <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found