Re: TCP get SND_CWND change on loss event

From: Willy Tarreau
Date: Sat May 27 2017 - 08:10:38 EST


On Sat, May 27, 2017 at 02:08:01PM +0200, Lars Erik Storbukås wrote:
> I want to store the value of snd_cwnd when a congestion event occurs
> (value before snd_cwnd is reduced), and the new value of snd_cwnd (the
> value it has been reduced to). In other words: the congestion window
> before and after a congestion event occurs.
(...)

At the very least you should post this to netdev to get a useful response.

Willy