Re: [PATCH net-next 3/5] tcp: Print list of TFO-keys from proc

2018-12-17 Thread Yuchung Cheng
On Mon, Dec 17, 2018 at 3:35 PM Christoph Paasch wrote: > > On 17/12/18 - 08:52:22, Yuchung Cheng wrote: > > On Sun, Dec 16, 2018 at 10:32 PM Eric Dumazet > > wrote: > > > > > > > > > > > > On 12/14/2018 02:40 PM, Christoph Paasch wrote: > > > > Print the list of the TFO-keys with a comma separa

Re: [PATCH net-next 3/5] tcp: Print list of TFO-keys from proc

2018-12-17 Thread Christoph Paasch
On 17/12/18 - 08:52:22, Yuchung Cheng wrote: > On Sun, Dec 16, 2018 at 10:32 PM Eric Dumazet wrote: > > > > > > > > On 12/14/2018 02:40 PM, Christoph Paasch wrote: > > > Print the list of the TFO-keys with a comma separated. For setting the > > > keys, we still only allow a single one to be set. >

Re: [PATCH net-next 3/5] tcp: Print list of TFO-keys from proc

2018-12-17 Thread Yuchung Cheng
On Sun, Dec 16, 2018 at 10:32 PM Eric Dumazet wrote: > > > > On 12/14/2018 02:40 PM, Christoph Paasch wrote: > > Print the list of the TFO-keys with a comma separated. For setting the > > keys, we still only allow a single one to be set. > > > > I wonder if some applications expecting current form

Re: [PATCH net-next 3/5] tcp: Print list of TFO-keys from proc

2018-12-16 Thread Eric Dumazet
On 12/14/2018 02:40 PM, Christoph Paasch wrote: > Print the list of the TFO-keys with a comma separated. For setting the > keys, we still only allow a single one to be set. > I wonder if some applications expecting current format could break after a formatting change.

[PATCH net-next 3/5] tcp: Print list of TFO-keys from proc

2018-12-14 Thread Christoph Paasch
Print the list of the TFO-keys with a comma separated. For setting the keys, we still only allow a single one to be set. Signed-off-by: Christoph Paasch --- net/ipv4/sysctl_net_ipv4.c | 41 ++--- 1 file changed, 30 insertions(+), 11 deletions(-) diff --git a/