[tcmtf] The discussion moves to tsvwg@ietf.org

"Jose Saldana" <jsaldana@unizar.es> Mon, 27 October 2014 09:37 UTC

Return-Path: <jsaldana@unizar.es>
X-Original-To: tcmtf@ietfa.amsl.com
Delivered-To: tcmtf@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1EF341A8A14 for <tcmtf@ietfa.amsl.com>; Mon, 27 Oct 2014 02:37:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.21
X-Spam-Level:
X-Spam-Status: No, score=-4.21 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
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 jJ9heYp8Zzjc for <tcmtf@ietfa.amsl.com>; Mon, 27 Oct 2014 02:37:35 -0700 (PDT)
Received: from ortiz.unizar.es (ortiz.unizar.es [155.210.1.52]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 901911A8AFD for <tcmtf@ietf.org>; Mon, 27 Oct 2014 02:37:28 -0700 (PDT)
Received: from usuarioPC (gtc1pc12.cps.unizar.es [155.210.158.17]) by ortiz.unizar.es (8.13.8/8.13.8/Debian-3) with ESMTP id s9R9bOOG015101 for <tcmtf@ietf.org>; Mon, 27 Oct 2014 10:37:24 +0100
From: Jose Saldana <jsaldana@unizar.es>
To: tcmtf@ietf.org
Date: Mon, 27 Oct 2014 10:37:27 +0100
Message-ID: <00db01cff1c9$9f2d4b60$dd87e220$@unizar.es>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_00DC_01CFF1D2.00F2C4D0"
X-Mailer: Microsoft Outlook 14.0
Thread-Index: Ac/sPn1SbD/1wCYUTlmypjdMIVn6Wg==
Content-Language: es
X-Mail-Scanned: Criba 2.0 + Clamd & Bogofilter
Archived-At: http://mailarchive.ietf.org/arch/msg/tcmtf/tJCdt8DFrLflHMZYiSyTHm7DPxM
Subject: [tcmtf] The discussion moves to tsvwg@ietf.org
X-BeenThere: tcmtf@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "Tunneling Compressed Multiplexed Traffic Flows \(TCMTF\) discussion list" <tcmtf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tcmtf>, <mailto:tcmtf-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/tcmtf/>
List-Post: <mailto:tcmtf@ietf.org>
List-Help: <mailto:tcmtf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tcmtf>, <mailto:tcmtf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 27 Oct 2014 09:37:39 -0000

Hi all,
 
After the BoF in London, the decision of the ADs was that a TCM WG would not
be created. So the idea now is to keep with the discussion at the tsvwg
mailing list, taking into account that the drafts were submitted to tsvwg,
and the initial discussion was carried out there (
<https://www.ietf.org/mailman/listinfo/tsvwg>
https://www.ietf.org/mailman/listinfo/tsvwg).
 
In addition, we have just finished an implementation of TCM. It is simple,
but it works. Its name is “Simplemux”. It runs in Linux. It is programmed in
C, and makes use of TUN/TAP. It is here: 
http://diec.unizar.es/~jsaldana/personal/simplemux_current_version.zip
 
 
It is able to:
 
- compress headers with ROHC (using this implementation:
<https://rohc-lib.org/> https://rohc-lib.org/) 
- multiplex a number of packets using separators (something similar to
PPPMux)
- the tunnel is naïve at this stage: just an IP/UDP header using port 55555
 
- It implements four different policies for selecting which packets will be
multiplexed together: period, timeout, number of packets and packet size
limit.
 
 
The plan is to perform some tests with real traffic. If someone is
interested on collaborating and/or doing some tests, do not hesitate to
contact me.
 
Best regards 
 
Jose