Update version to stop reset by peer errors

This commit is contained in:
Lyndsay Roger 2015-08-25 16:43:46 +12:00
parent 76e1f2d1a2
commit a0b9be8911

View File

@ -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