Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754640AbaDSAmc (ORCPT ); Fri, 18 Apr 2014 20:42:32 -0400 Received: from mail-wg0-f50.google.com ([74.125.82.50]:63045 "EHLO mail-wg0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752913AbaDSAma (ORCPT ); Fri, 18 Apr 2014 20:42:30 -0400 MIME-Version: 1.0 In-Reply-To: <87a9bljl7m.fsf@gmail.com> References: <87a9bljl7m.fsf@gmail.com> Date: Fri, 18 Apr 2014 20:42:28 -0400 Message-ID: Subject: Re: [PATCH v3] tcp: Add a TCP_FASTOPEN socket option to get a max backlog on its listner From: Neal Cardwell To: Kenjiro Nakayama Cc: LKML , Netdev , Yuchung Cheng , Eric Dumazet Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 16, 2014 at 12:25 PM, Kenjiro Nakayama wrote: > This patch adds a TCP_FASTOPEN socket option to get a max backlog on its > listener to getsockopt(). > > Signed-off-by: Kenjiro Nakayama > --- > net/ipv4/tcp.c | 8 ++++++++ > 1 file changed, 8 insertions(+) Acked-by: Neal Cardwell Seems fine to me. Thanks, Kenjiro. neal -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/