NT4/private/net/trdrpipe
2020-09-30 17:12:29 +02:00
..
makefile First commit 2020-09-30 17:12:29 +02:00
readme First commit 2020-09-30 17:12:29 +02:00
sources First commit 2020-09-30 17:12:29 +02:00
tnpcli.c First commit 2020-09-30 17:12:29 +02:00
tnpclib.c First commit 2020-09-30 17:12:29 +02:00
tnpipe.c First commit 2020-09-30 17:12:29 +02:00
tnpsrv.c First commit 2020-09-30 17:12:29 +02:00
tnpsrvb.c First commit 2020-09-30 17:12:29 +02:00

To run the tests in this directory:

a) Message mode pipes
    start tnpsrv in one screen group with "tnpsrv"
    start tnpcli in another with "tnpcli \\<servername>\pipe\cw\testpipe"
    or to run it locally just "tnpcli"

b) Byte mode pipes
    start tnpsrvb in one screen group with "tnpsrvb"
    start tnpclib in another with "tnpclib \\<servername>\pipe\cw\testpipe"
    or to run it locally just "tnpclib"