[PATCH net-next 1/2] tcp: add in_flight to tcp_skb_cb

2016-06-03 Thread Lawrence Brakmo
Add in_flight (bytes in flight when packet was sent) field to tx component of tcp_skb_cb and make it available to congestion modules' pkts_acked() function through the ack_sample function argument. Signed-off-by: Lawrence Brakmo Acked-by: Yuchung Cheng --- include/net/tcp.h | 2 ++ net/ipv4

[PATCH net-next 1/2] tcp: add in_flight to tcp_skb_cb

2016-05-17 Thread Lawrence Brakmo
Add in_flight (bytes in flight when packet was sent) field to tx component of tcp_skb_cb and make it available to congestion modules' pkts_acked() function through the ack_sample function argument. Signed-off-by: Lawrence Brakmo Acked-by: Yuchung Cheng --- include/net/tcp.h | 2 ++ net/ipv4