On Mon, Jul 9, 2018 at 1:58 PM Deepti Raghavan <deep...@mit.edu> wrote: > > Congestion control algorithms, which access the rate sample > through the tcp_cong_control function, only have access to the maximum > of the send and receive interval, for cases where the acknowledgment > rate may be inaccurate due to ACK compression or decimation. Algorithms > may want to use send rates and receive rates as separate signals. > > Signed-off-by: Deepti Raghavan <deep...@mit.edu> > --- > include/net/tcp.h | 2 ++ > net/ipv4/tcp_rate.c | 4 ++++ > 2 files changed, 6 insertions(+)
Thanks for re-sending. It does seem to be showing up in patchwork now: https://patchwork.ozlabs.org/patch/941532/ And I can confirm I'm able to apply it to net-next. Acked-by: Neal Cardwell <ncardw...@google.com> thanks, neal