mirror of https://github.com/v2ray/v2ray-core
Debug info
parent
bbf80541b1
commit
8334d5177e
|
@ -93,5 +93,6 @@ func (handler *VMessInboundHandler) handlePacket(conn *net.UDPConn, request *pro
|
||||||
|
|
||||||
if hasData {
|
if hasData {
|
||||||
conn.WriteToUDP(buffer.Bytes(), clientAddr)
|
conn.WriteToUDP(buffer.Bytes(), clientAddr)
|
||||||
|
log.Info("VMessIn sending %d bytes to %s", len(buffer.Bytes()), clientAddr.String())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue