diff --git a/test/test-amp-tcpA.js b/test/test-amp-tcpA.js new file mode 100644 index 0000000..5d4747e --- /dev/null +++ b/test/test-amp-tcpA.js @@ -0,0 +1,6 @@ +var p=port(DIR.IP('tcp://localhost:40002'),{ + verbose:0, + keepAlive:false, // permanent tcp connection for all messages; else ad-hoc / msg + sharedSocket:true // only one IP port for each side; only service end-point has a receiver port, client uses link socket +}); +