1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-25 00:45:24 +00:00

update version in install-release.sh

This commit is contained in:
Darien Raymond 2016-02-01 14:06:03 +00:00
parent 58c84bea21
commit 8006d0cfdc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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