mirror of https://github.com/v2ray/v2ray-core
Remove unused const
parent
4ac3eab385
commit
3c259b7069
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue