mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
update version in install-release.sh
This commit is contained in:
parent
58c84bea21
commit
8006d0cfdc
@ -63,7 +63,7 @@ func (this *FreedomConnection) Dispatch(firstPacket v2net.Packet, ray ray.Outbou
|
|||||||
reader = conn
|
reader = conn
|
||||||
|
|
||||||
if firstPacket.Destination().IsUDP() {
|
if firstPacket.Destination().IsUDP() {
|
||||||
reader = v2net.NewTimeOutReader(4 /* seconds */, conn)
|
reader = v2net.NewTimeOutReader(16 /* seconds */, conn)
|
||||||
}
|
}
|
||||||
|
|
||||||
v2io.RawReaderToChan(output, reader)
|
v2io.RawReaderToChan(output, reader)
|
||||||
|
@ -15,7 +15,7 @@ else
|
|||||||
echo "Please make sure unzip and daemon are installed."
|
echo "Please make sure unzip and daemon are installed."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
VER="v1.5"
|
VER="v1.6"
|
||||||
|
|
||||||
ARCH=$(uname -m)
|
ARCH=$(uname -m)
|
||||||
VDIS="64"
|
VDIS="64"
|
||||||
|
Loading…
Reference in New Issue
Block a user