From ddcfd8f7989232ff72c1c894a09548aab32ce01e Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Tue, 27 Aug 2013 19:52:39 +0000 Subject: [PATCH] - considering W32 portability, use tcp transport plugin --- src/dht/test_dht_line.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dht/test_dht_line.conf b/src/dht/test_dht_line.conf index 35a92590b..1e2aa702d 100644 --- a/src/dht/test_dht_line.conf +++ b/src/dht/test_dht_line.conf @@ -34,7 +34,7 @@ OVERLAY_TOPOLOGY = LINE AUTOSTART = NO [transport] -plugins = unix +plugins = tcp [nse] WORKDELAY = 500 ms -- 2.25.1