Next: SUNRPC Up: Protocol Specifications Previous: SSR

SSR Test

SSR test (tests port transfers with MachNetIPC and SSR)

SYNOPSIS
REALM
SSR test is not a protocol; it is specific to the Mach3 platform.

CONFIGURATION
SSR test communicates with MachNetIPC and SSR. There must be an x-kernel task with MachNetIPC running on the host, and there must be a Mach nameserver running on the host.

SSR test takes command line arguments. The first argument specifies the test type. The simplest test is the postcard test. Other test types are documented in the source code.

To start a postcard server at debugging level 1:

ssr-test -t p -l 1 &;

To start a postcard client at debugging level 1, communicating with a server at IP address 192.12.69.211, using 10 round-trips:

ssr-test -t p -p 192.12.69.211 -l 1 &;

AUTHORS
Hilarie Orman


Tue Nov 29 16:28:56 MST 1994