man(1) Manual page archive


     TCPMGR(8)                                               TCPMGR(8)

     NAME
          tcpmgr - accept and place calls via the TCP protocol

     SYNOPSIS
          /usr/ipc/mgrs/tcpmgr [ -m outnet ]

     DESCRIPTION
          Tcpmgr receives and places TCP calls on an Internet TCP/IP
          network.  Outbound TCP calls may be placed by calling
          ipcopen with network name tcp (see ipc(3)). Inbound calls to
          TCP port n are handed to the local service listed for that
          port in or to service tcp.n if there is no listing.

          Option -m tells tcpmgr to claim to place outbound calls for
          network outnet rather than tcp.

          The TCP protocol runs atop one or more IP networks.  Tcpmgr
          arranges to receive all inbound TCP calls on all active IP
          networks, but other arrangements must be used to activate
          the IP networks themselves; see ipconfig(8).

          Tcpmgr records its activity in file outnet in directory
          /usr/ipc/log, default /usr/ipc/log/tcp.

          This command is usually run once from rc(8).

     FILES
          con(1), ipconfig(8), svcmgr(8), ipc(3)