From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-fx0-f43.google.com (mail-fx0-f43.google.com [209.85.161.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 4D112201A83 for ; Fri, 6 May 2011 11:13:18 -0700 (PDT) Received: by fxm3 with SMTP id 3so4098513fxm.16 for ; Fri, 06 May 2011 11:18:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer; bh=kAtg9P9scU1KaFrT+AOkihjWRihV1PXwrWQ/Plbybms=; b=Vg5k1g0gW1dnoT6RNhIavBqoEiDxdj8OrrfrSOC1jLNlAnlVKnJOD5+9HxKHZwAgDz +6NW6CJL6LLJq1Tr/RmeEyXiK3SAH60+AzzjpOsq9X0BUysVg7RxRUzJNIhNN16KxTS1 tRSFeuBuiICz3P0TZdSyXlKa6WqXjEn2CMvBs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=Prv1nj+n5o7dYaFDt9BptW1bBmPIVrjIUfY2tcb12l5/gmqBQz1L7jLdz7+CgtHIYu dmX1Qg6S8l/QDDnED7gGcHaV9kWebrj1IWhpbgpUsbi9I9bFM9usMLSErSchtPFZfnOK 360MowRSAc9voGzVQkS6nWdWyljHEozkl0PZY= Received: by 10.223.53.85 with SMTP id l21mr511251fag.26.1304705898989; Fri, 06 May 2011 11:18:18 -0700 (PDT) Received: from [192.168.239.42] (xdsl-83-150-84-172.nebulazone.fi [83.150.84.172]) by mx.google.com with ESMTPS id f14sm1160879fai.17.2011.05.06.11.18.16 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 06 May 2011 11:18:17 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Jonathan Morton In-Reply-To: Date: Fri, 6 May 2011 21:18:13 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: <5D1A6041-9ACA-450A-BE9B-F9415F697C65@gmail.com> References: <4DA67BBE.9050606@taht.net> <1303145028.24248.1442482225@webmail.messagingengine.com> <1304695674.3066.57.camel@edumazet-laptop> To: Dave Taht X-Mailer: Apple Mail (2.1084) Cc: Bufferbloat Mainlinglist Subject: Re: [Bloat] No ECN marking in IPv6 linux X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2011 18:13:19 -0000 On 6 May, 2011, at 9:14 pm, Dave Taht wrote: > I am curious as to what the correct behavior here should be for = encapsulated (6in4, 6to4, teredo) packets, and if this functionality was = also borked. I was under the impression that for encapsulated packets = the tos field was copied from the encapsulated packet to the ipv4 = header. Intuitively, these protocols are at the same level as IP in the stack, = so they should preserve ECN information as much as possible. Copying = the TOS field should be sufficient... - Jonathan