mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 09:36:34 -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
|
||||
|
||||
if firstPacket.Destination().IsUDP() {
|
||||
reader = v2net.NewTimeOutReader(4 /* seconds */, conn)
|
||||
reader = v2net.NewTimeOutReader(16 /* seconds */, conn)
|
||||
}
|
||||
|
||||
v2io.RawReaderToChan(output, reader)
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user