NAME
netmsgserver - Mach network server

SYNOPSIS
netmsgserver [ -c ] [ -t ] [ -p print_level ]

DESCRIPTION
The network server is the program responsible for forwarding Mach
IPC over the network. Currently, it also implements a simple
network name service.

-c enables debugging in the cthreads library.

-t enables procedure call tracing, if the executable was compiled
with this facility turned on.

-p is used to set the level of debugging messages to be printed on
the console.

The network server should be started once and for all at boot time.
It is shared by all users of the machine.

SEE ALSO
netname(3)