Re: [PATCH net-next 1/1] inet_diag: fetch cong algo info when socket is destroyed

2018-04-30 Thread Jamal Hadi Salim
On 29/04/18 08:31 PM, David Miller wrote: Well, two things: 1) The congestion control info is opt-in, meaning that the user gets it in the dump if they ask for it. This information is opt-in, because otherwise the dumps get really large. Therefore, emitting this stuff by defau

Re: [PATCH net-next 1/1] inet_diag: fetch cong algo info when socket is destroyed

2018-04-29 Thread David Miller
From: Jamal Hadi Salim Date: Thu, 26 Apr 2018 13:58:05 -0400 > From: Jamal Hadi Salim > > When a user dumps an existing established tcp socket state > via inet diag, it is possible to retrieve the congestion control > details. > When an the sock is destroyed, the generated event has all the > d

[PATCH net-next 1/1] inet_diag: fetch cong algo info when socket is destroyed

2018-04-26 Thread Jamal Hadi Salim
From: Jamal Hadi Salim When a user dumps an existing established tcp socket state via inet diag, it is possible to retrieve the congestion control details. When an the sock is destroyed, the generated event has all the details available in the dump sans congestion control info. This patch fixes i