Skip to content

Commit

Permalink
Default DHT version set to Unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
crioto committed Jun 25, 2018
1 parent 33e50cb commit 7bcbd0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dht_router.go
Expand Up @@ -31,6 +31,8 @@ type DHTRouter struct {
func (dht *DHTRouter) run() {
dht.running = false
dht.handshaked = false
dht.version = "Unknown"
dht.packetVersion = "Unknown"

for !dht.stop {
for !dht.running {
Expand Down

0 comments on commit 7bcbd0a

Please sign in to comment.