NAME

connection_test.pl - Test UDP/TCP/UNIX/UNIX_DGRAM connections

SERVER SYNOPSIS

# in a separate terminal window

perl connection_test.pl

CLIENT SYNOPSIS

perl connection_test.pl UDP

# or

perl connection_test.pl TCP

# or

perl connection_test.pl UNIX <UNIX socket directory>

# or

perl connection_test.pl UNIX_DGRAM <UNIX socket directory>