Browse Source

update version in install-release.sh

Darien Raymond 9 years ago
parent
commit
8006d0cfdc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      proxy/freedom/freedom.go
  2. 1 1
      release/install-release.sh

+ 1 - 1
proxy/freedom/freedom.go

@@ -63,7 +63,7 @@ func (this *FreedomConnection) Dispatch(firstPacket v2net.Packet, ray ray.Outbou
 		reader = conn
 
 		if firstPacket.Destination().IsUDP() {
-			reader = v2net.NewTimeOutReader(4 /* seconds */, conn)
+			reader = v2net.NewTimeOutReader(16 /* seconds */, conn)
 		}
 
 		v2io.RawReaderToChan(output, reader)

+ 1 - 1
release/install-release.sh

@@ -15,7 +15,7 @@ else
   echo "Please make sure unzip and daemon are installed."
 fi
 
-VER="v1.5"
+VER="v1.6"
 
 ARCH=$(uname -m)
 VDIS="64"