Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756731Ab1BRNno (ORCPT ); Fri, 18 Feb 2011 08:43:44 -0500 Received: from mail-wy0-f174.google.com ([74.125.82.174]:39761 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752916Ab1BRNnk convert rfc822-to-8bit (ORCPT ); Fri, 18 Feb 2011 08:43:40 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=bVH5xzXRyKWG8jKUyfWFJKsfZawGnpUlHxttfpmuWjuLMwnR84kCm/9sHlJgmtpvu0 cQqykr3D5sDy4QUYmlyqINrWKYddmwU+cV+xA0TQ/HZYG+nlMCf8OKC8aHRRYvBf6ZjB fciJwFWZEn0PzFWikLqPpq7Qn7wSccNOwdH4Q= MIME-Version: 1.0 In-Reply-To: <1298036005.6201.58.camel@edumazet-laptop> References: <20110218050321.10415.qmail@science.horizon.com> <1298010735.2642.9.camel@edumazet-laptop> <1298023023.2595.170.camel@edumazet-laptop> <1298035443.6201.51.camel@edumazet-laptop> <1298036005.6201.58.camel@edumazet-laptop> Date: Fri, 18 Feb 2011 15:43:37 +0200 X-Google-Sender-Auth: bnHDCiVg8K7aPPLxniSQbNwU9WY Message-ID: Subject: Re: [PATCH] net: Add default_advmss() methods to blackhole dst_ops From: Daniel Baluta To: Eric Dumazet Cc: Changli Gao , George Spelvin , David Miller , linux-kernel@vger.kernel.org, netdev , Roland Dreier Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 870 Lines: 23 On Fri, Feb 18, 2011 at 3:33 PM, Eric Dumazet wrote: > Le vendredi 18 f?vrier 2011 ? 21:29 +0800, Changli Gao a ?crit : >> On Fri, Feb 18, 2011 at 9:24 PM, Eric Dumazet wrote: >> > Le vendredi 18 f?vrier 2011 ? 21:16 +0800, Changli Gao a ?crit : >> > >> >> I am wondering why magic number 256 is used here. Is there a special >> >> reason? Thanks. >> >> >> > >> > It really doesnt matter. SYN message will be dropped anyway. >> > >> > 256 happens to be the default value >> > of /proc/sys/net/ipv4/route/min_adv_mss Perhaps a comment would make sense then. thanks, Daniel. -- 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/