From cd3095fe7e9a5a74a0fea7c8bfcd9e92ce20f8a0 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 20 Jun 2018 23:30:47 -0400 Subject: XRoutes debug tag, clearer "k secrets" output, missing signature. --- src/Network/Tox.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Network/Tox.hs') diff --git a/src/Network/Tox.hs b/src/Network/Tox.hs index efddc2a0..fcfa872f 100644 --- a/src/Network/Tox.hs +++ b/src/Network/Tox.hs @@ -445,8 +445,7 @@ newTox keydb addr mbSessionsState suppliedDHTKey = do let lookupClose _ = return Nothing mkrouting <- DHT.newRouting addr crypto updateIP updateIP - let ignoreErrors _ = return () -- Set this to (dput XMisc) to debug onion route building. - orouter <- newOnionRouter ignoreErrors + orouter <- newOnionRouter $ dput XRoutes (cryptonet,dhtcrypt,onioncrypt,dtacrypt,handshakes) <- toxTransport crypto orouter lookupClose udp let dhtnet0 = layerTransportM (DHT.decrypt crypto) (DHT.encrypt crypto) dhtcrypt -- cgit v1.2.3