blob: 819ac45ed04cfeb67d9ab4c599d1126166e19ecf [file] [log] [blame]
tcpmuxd(1)
==========
NAME
----
tcpmuxd - TCP muliplexer daemon
SYNOPSIS
--------
tcpmuxd PORT
DESCRIPTION
-----------
THIS IS AN EXPERIMENTAL FEATURE. DO NOT USE.
THE FUNCTIONALITY IS SUBJECT TO CHANGE WITHOUT PRIOR NOTICE.
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 linknanomsg:tcpmux[7] for more
details).
OPTIONS
-------
There are no options defined.
SEE ALSO
--------
linknanomsg:tcpmux[7]
linknanomsg:nanomsg[7]
AUTHORS
-------
Martin Sustrik <sustrik@250bpm.com>