This file is indexed.

/usr/share/doc/libnanomsg-dev/tcpmuxd.txt is in libnanomsg-dev 0.8~beta+dfsg-1+b1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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>