1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-02-20 23:47:21 -05:00

Remove unused const

This commit is contained in:
V2Ray 2015-10-13 23:55:54 +02:00
parent 4ac3eab385
commit 3c259b7069

View File

@ -9,10 +9,6 @@ import (
"github.com/v2ray/v2ray-core/proxy/socks/protocol"
)
const (
bufferSize = 2 * 1024
)
var udpAddress v2net.Address
func (server *SocksServer) ListenUDP(port uint16) error {