From d33efa35e488c5dbaf626a5330d0ee4b39daa8a8 Mon Sep 17 00:00:00 2001 From: sbosse Date: Tue, 27 Aug 2024 00:15:12 +0200 Subject: [PATCH] Tue 27 Aug 00:14:56 CEST 2024 --- test/test-amp-t1a.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/test-amp-t1a.js diff --git a/test/test-amp-t1a.js b/test/test-amp-t1a.js new file mode 100644 index 0000000..eb05246 --- /dev/null +++ b/test/test-amp-t1a.js @@ -0,0 +1,9 @@ +config({ + log:{ + time:true + }, + MEMPOOL:1E7, +}) +port(DIR.IP('tcp://localhost:4569')) +port(DIR.IP('tcp://localhost:5569?secure=12:34:56:78:00:02')) +start()