Browse Source

Update version to stop reset by peer errors

master
Lyndsay Roger 9 years ago
parent
commit
a0b9be8911
  1. 2
      seeder.go

2
seeder.go

@ -17,7 +17,7 @@ const ( @@ -17,7 +17,7 @@ const (
// nounce is used to check if we connect to ourselves
// as we don't listen we can use a fixed value
NOUNCE = 0x0539a019ca550825
PVER = 70003
PVER = 60000
MINPORT = 0
MAXPORT = 65535

Loading…
Cancel
Save