Re: TCPMUX (RFC 1078) status

Joe Touch <touch@isi.edu> Fri, 16 August 2013 17:53 UTC

Return-Path: <touch@isi.edu>
X-Original-To: ietf@ietfa.amsl.com
Delivered-To: ietf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 747EF11E817B for <ietf@ietfa.amsl.com>; Fri, 16 Aug 2013 10:53:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -106.599
X-Spam-Level:
X-Spam-Status: No, score=-106.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KOK1Q5thtCau for <ietf@ietfa.amsl.com>; Fri, 16 Aug 2013 10:53:47 -0700 (PDT)
Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by ietfa.amsl.com (Postfix) with ESMTP id 7B68211E8163 for <ietf@ietf.org>; Fri, 16 Aug 2013 10:53:45 -0700 (PDT)
Received: from [128.9.160.166] (abc.isi.edu [128.9.160.166]) (authenticated bits=0) by boreas.isi.edu (8.13.8/8.13.8) with ESMTP id r7GHqbCN005879 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 16 Aug 2013 10:52:37 -0700 (PDT)
Message-ID: <520E66E4.1040500@isi.edu>
Date: Fri, 16 Aug 2013 10:52:36 -0700
From: Joe Touch <touch@isi.edu>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8
MIME-Version: 1.0
To: Martin Sustrik <sustrik@250bpm.com>
Subject: Re: TCPMUX (RFC 1078) status
References: <5205D2FB.8010205@250bpm.com> <52069498.1000604@mti-systems.com> <520D3779.4050106@isi.edu> <520DB675.2040206@250bpm.com>
In-Reply-To: <520DB675.2040206@250bpm.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-ISI-4-43-8-MailScanner: Found to be clean
X-MailScanner-From: touch@isi.edu
Cc: IETF-Discussion <ietf@ietf.org>
X-BeenThere: ietf@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: IETF-Discussion <ietf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf>, <mailto:ietf-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ietf>
List-Post: <mailto:ietf@ietf.org>
List-Help: <mailto:ietf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf>, <mailto:ietf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 16 Aug 2013 17:53:56 -0000

On 8/15/2013 10:19 PM, Martin Sustrik wrote:
> On 15/08/13 22:18, Joe Touch wrote:
>
>>>> Does anyone have any idea how widely is TCPMUX (RFC 1078) protocol
>>>> used?
>>>> Is it the case that there are inetd daemons in TCPMUX mode running
>>>> everywhere, or can it be rather considered a dead protocol?
>>>>
>>>> Specifically, if I implement a new TCPMUX daemon how likely I am to
>>>> clash with an existing TCPMUX daemon listening on port 1?
>>>>
>>>
>>>
>>> It's in the FreeBSD inetd, among others, but to to my
>>> knowledge, nobody actually turns it on. There are
>>> probably security issues.
>>
>> There are semantics issues to; see draft-touch-tcp-portnames-00 for
>> information (this is being revised for resubmission shortly, FWIW).
>
> Nice, however, it requires changes to TCP stack, so even if it succeeds
> it won't be a practical option for at least few years to come.

There have been other stack changes that have been deployed fairly quickly.

However, that's not relevant to the reason I cited the doc; the doc has 
a discussion of TCPMUX and its problems.

Joe