Browse Source

Debug info

V2Ray 10 năm trước cách đây
mục cha
commit
8334d5177e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      proxy/vmess/vmessin_udp.go

+ 1 - 0
proxy/vmess/vmessin_udp.go

@@ -93,5 +93,6 @@ func (handler *VMessInboundHandler) handlePacket(conn *net.UDPConn, request *pro
 
 	if hasData {
 		conn.WriteToUDP(buffer.Bytes(), clientAddr)
+    log.Info("VMessIn sending %d bytes to %s", len(buffer.Bytes()), clientAddr.String())
 	}
 }