mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
Debug info
This commit is contained in:
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…
x
Reference in New Issue
Block a user