]> git.meshlink.io Git - meshlink/commit
Remove hack to wait for a valid key.
authorGuus Sliepen <guus@meshlink.io>
Sun, 13 Aug 2017 12:57:29 +0000 (14:57 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sun, 13 Aug 2017 12:57:29 +0000 (14:57 +0200)
commit3c56342ef05b0f81bcd9feba5d86e2bff8a0cb94
tree88cb0811e760f70d54785317f3826dbb11ae9975
parent5dec7459d9920c930bdfb3ac0f2a3740a6247ec0
Remove hack to wait for a valid key.

This was obviously only necessary because the missing retransmits of SYN
packets. Now, if a channel is opened before we have finished the key
exchange with the peer, UTCP will retry after a second.
src/utcp
test/channels.c