From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH net-next 3/5] tcp: Print list of TFO-keys from proc Date: Sun, 16 Dec 2018 22:32:49 -0800 Message-ID: <8080a54b-ddb2-03a7-d997-d5a091059bf4@gmail.com> References: <20181214224007.54813-1-cpaasch@apple.com> <20181214224007.54813-4-cpaasch@apple.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Eric Dumazet , Yuchung Cheng , David Miller To: Christoph Paasch , netdev@vger.kernel.org Return-path: Received: from mail-wr1-f67.google.com ([209.85.221.67]:40360 "EHLO mail-wr1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726455AbeLQGcx (ORCPT ); Mon, 17 Dec 2018 01:32:53 -0500 Received: by mail-wr1-f67.google.com with SMTP id p4so11007508wrt.7 for ; Sun, 16 Dec 2018 22:32:52 -0800 (PST) In-Reply-To: <20181214224007.54813-4-cpaasch@apple.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: 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.