Skip to content

SOCKS5 Recoder doesn't include UDP traffic metrics #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dengaleev opened this issue Feb 9, 2025 · 0 comments
Open

SOCKS5 Recoder doesn't include UDP traffic metrics #45

dengaleev opened this issue Feb 9, 2025 · 0 comments

Comments

@dengaleev
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant