Browse Source

Debug info

V2Ray 10 years ago
parent
commit
8334d5177e
1 changed files with 1 additions and 0 deletions
  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())
 	}
 }