Versions in this module Expand all Collapse all v0 v0.0.10 Apr 10, 2026 v0.0.9 Mar 17, 2026 Changes in this version + type RDPProxyServiceImpl struct + TCPListenAddr string + TCPMaxConns int + func (r *RDPProxyServiceImpl) Init() error + func (r *RDPProxyServiceImpl) Name() string + type RdpConnectionHandler struct + func NewRdpConnectionHandler(policySvc policy.Service, backendSvc backend.Service, auditSvc audit.Service, ...) *RdpConnectionHandler + func (h *RdpConnectionHandler) GetMetrics() *RdpMetrics + func (h *RdpConnectionHandler) HandleConnection(ctx context.Context, clientConn net.Conn) error + type RdpMetrics struct + ActivSessions int64 + FailedSessions int64 + TotalBytesRecv int64 + TotalBytesSent int64 + TotalSessions int64