Provided by: nanomsg-utils_0.8~beta+dfsg-1_amd64 bug

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 tcpmux(7) for more details).

OPTIONS

       There are no options defined.

SEE ALSO

       tcpmux(7) nanomsg(7)

AUTHORS

       Martin Sustrik <sustrik@250bpm.com>