1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-06 09:15:37 -05:00

Print release date in version command

This commit is contained in:
V2Ray
2015-09-29 11:52:34 +02:00
parent 28f87f2fae
commit c097e6a3c6
4 changed files with 29 additions and 5 deletions

View File

@@ -86,7 +86,7 @@ func (server *SocksServer) ListenUDP(port uint16) error {
}
go server.AcceptPackets(conn)
udpConn = conn
udpConn = conn
return nil
}