summaryrefslogtreecommitdiff
path: root/dht/examples/dhtd.hs
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2020-01-25 03:11:44 -0500
committerJoe Crayne <joe@jerkface.net>2020-01-25 19:18:12 -0500
commit782aada5511ce8bdf8ae63fee189e6c0c9481e1d (patch)
treede1d57fedc6cf9b311f319d7af2130439586753c /dht/examples/dhtd.hs
parent938ef8b447e975a39121104b4206cd149a2f911e (diff)
getContactInfo: Send optional TCP connection requests.
Diffstat (limited to 'dht/examples/dhtd.hs')
-rw-r--r--dht/examples/dhtd.hs6
1 files changed, 5 insertions, 1 deletions
diff --git a/dht/examples/dhtd.hs b/dht/examples/dhtd.hs
index 0dcb4237..eb31543a 100644
--- a/dht/examples/dhtd.hs
+++ b/dht/examples/dhtd.hs
@@ -1596,7 +1596,11 @@ initTox runio opts ssvar keysdb mbxmpp invc = case porttox opts of
1596 -- 1596 --
1597 -- > a +dhtkey KWoEx1XQHrluIoW.3nK6BFb6XCebKWr3nDDt3V7CcoJ 1597 -- > a +dhtkey KWoEx1XQHrluIoW.3nK6BFb6XCebKWr3nDDt3V7CcoJ
1598 , ("dhtkey", DHTAnnouncable { announceSendData = Left ("toxid", readEither, \me them addr -> do 1598 , ("dhtkey", DHTAnnouncable { announceSendData = Left ("toxid", readEither, \me them addr -> do
1599 dkey <- Tox.getContactInfo tox 1599 -- let mthem = Just ( TCP.tcpClient
1600 -- $ tcpKademliaClient
1601 -- $ toxOnionRoutes tox
1602 -- , them )
1603 dkey <- Tox.getContactInfo Nothing tox
1600 sendMessage 1604 sendMessage
1601 (Tox.toxToRoute tox) 1605 (Tox.toxToRoute tox)
1602 (Tox.AnnouncedRendezvous them addr) 1606 (Tox.AnnouncedRendezvous them addr)