kernel-ark/net/dccp/ccids
Arnaldo Carvalho de Melo c530cfb1ce [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 <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2005-08-29 16:13:46 -07:00
..
lib [CCID3]: Move ccid3_hc_rx_detect_loss to packet_history.c 2005-08-29 16:13:17 -07:00
ccid3.c [CCID3]: Call sk->sk_write_space(sk) when receiving a feedback packet 2005-08-29 16:13:46 -07:00
ccid3.h [CCID3]: Move ccid3_hc_rx_add_hist to packet_history.c 2005-08-29 16:13:10 -07:00
Kconfig [DCCP]: Introduce dccp_tfrc_lib module with net/dccp/ccids/lib/*.c 2005-08-29 16:12:33 -07:00
Makefile [DCCP]: Introduce dccp_tfrc_lib module with net/dccp/ccids/lib/*.c 2005-08-29 16:12:33 -07:00