[Lwip] 6LoWPAN Virtual Reassembly

Carsten Bormann <cabo@tzi.org> Thu, 25 January 2018 22:07 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: lwip@ietfa.amsl.com
Delivered-To: lwip@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6E938129C6F for <lwip@ietfa.amsl.com>; Thu, 25 Jan 2018 14:07:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.199
X-Spam-Level:
X-Spam-Status: No, score=-4.199 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ysdM4dF1Ljx6 for <lwip@ietfa.amsl.com>; Thu, 25 Jan 2018 14:07:00 -0800 (PST)
Received: from mailhost.informatik.uni-bremen.de (mailhost.informatik.uni-bremen.de [IPv6:2001:638:708:30c9::12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D440312EACA for <lwip@ietf.org>; Thu, 25 Jan 2018 14:06:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at informatik.uni-bremen.de
Received: from submithost.informatik.uni-bremen.de (submithost.informatik.uni-bremen.de [IPv6:2001:638:708:30c9::b]) by mailhost.informatik.uni-bremen.de (8.14.5/8.14.5) with ESMTP id w0PM6uWU000968 for <lwip@ietf.org>; Thu, 25 Jan 2018 23:06:56 +0100 (CET)
Received: from [192.168.217.114] (p5DC7EAF5.dip0.t-ipconnect.de [93.199.234.245]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by submithost.informatik.uni-bremen.de (Postfix) with ESMTPSA id 3zSGNJ43rFzDXGL; Thu, 25 Jan 2018 23:06:56 +0100 (CET)
From: Carsten Bormann <cabo@tzi.org>
Content-Type: text/plain; charset="utf-8"
X-Mao-Original-Outgoing-Id: 538610814.256184-9ae3882d3505201bd05ebed6ec3eba2e
Content-Transfer-Encoding: quoted-printable
Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\))
Date: Thu, 25 Jan 2018 23:06:55 +0100
Message-Id: <4A5964D9-453F-4A2B-B963-5681BD9963A1@tzi.org>
To: lwip@ietf.org
X-Mailer: Apple Mail (2.3445.5.20)
Archived-At: <https://mailarchive.ietf.org/arch/msg/lwip/2sHq3AkrGiduDtgZbZeGjIG8UTk>
Subject: [Lwip] 6LoWPAN Virtual Reassembly
X-BeenThere: lwip@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: Lightweight IP stack <lwip.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/lwip>, <mailto:lwip-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/lwip/>
List-Post: <mailto:lwip@ietf.org>
List-Help: <mailto:lwip-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/lwip>, <mailto:lwip-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 25 Jan 2018 22:07:01 -0000

I finally wrote up the last paragraph of Section 2.5.2 of the 6LoWPAN book:

https://tools.ietf.org/html/draft-bormann-lwig-6lowpan-virtual-reassembly-00

While the need for this document has been discussed in 6Lo, this is an implementation technique (geared towards constrained implementations), so I believe it ultimately should be discussed in LWIG.

It is a short document.  Enjoy!

Grüße, Carsten