You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SOCKS5 recorder currently records metrics only for TCP connections, as seen in this code: handler.go, line 139. However, in the case of a UDP association, it does not capture metrics for the UDP connection, which is created here: udp.go, line 65. I thunk the recorder should also include UDP connection statistics. Alternatively, it could record two separate entries: one for TCP connection and one for UDP connection.
The text was updated successfully, but these errors were encountered:
The SOCKS5 recorder currently records metrics only for TCP connections, as seen in this code: handler.go, line 139. However, in the case of a UDP association, it does not capture metrics for the UDP connection, which is created here: udp.go, line 65. I thunk the recorder should also include UDP connection statistics. Alternatively, it could record two separate entries: one for TCP connection and one for UDP connection.
The text was updated successfully, but these errors were encountered: