'\" t .\" Title: tcpmuxd .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: 04/25/2016 .\" Manual: nanomsg manual .\" Source: nanomsg .\" Language: English .\" .TH "TCPMUXD" "1" "04/25/2016" "nanomsg" "nanomsg manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" tcpmuxd \- TCP muliplexer daemon .SH "SYNOPSIS" .sp .nf tcpmuxd PORT .fi .SH "DESCRIPTION" .sp THIS IS AN EXPERIMENTAL FEATURE\&. DO NOT USE\&. THE FUNCTIONALITY IS SUBJECT TO CHANGE WITHOUT PRIOR NOTICE\&. .sp TCP multiplexer daemon listens on all network interfaces on TCP port specified by argument PORT\&. On each incoming connection it performs TCPMUX handshake as defined in RFC 1078\&. Then it hands the connection to the application bound to the service name specified by the client (see \fBtcpmux\fR(7) for more details)\&. .SH "OPTIONS" .sp There are no options defined\&. .SH "SEE ALSO" .sp \fBtcpmux\fR(7) \fBnanomsg\fR(7) .SH "AUTHORS" .sp Martin Sustrik