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