Skip to content
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

Ensure that recv and recv_with_path can only be used on connected sockets and perform checks on sender #95

Closed
mlegner opened this issue Dec 12, 2023 · 1 comment

Comments

@mlegner
Copy link
Contributor

mlegner commented Dec 12, 2023

These functions should only be useable on a connected socket, and would need to loop and discard packets with a source != remote_address.

Can be tackled after #94.

Originally posted by @jpcsmith in #92 (comment)

@jpcsmith
Copy link
Contributor

Closing to merge this with #89

@jpcsmith jpcsmith closed this as not planned Won't fix, can't repro, duplicate, stale Dec 12, 2023
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

2 participants