We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
recv
recv_with_path
These functions should only be useable on a connected socket, and would need to loop and discard packets with a source != remote_address.
source != remote_address
Can be tackled after #94.
Originally posted by @jpcsmith in #92 (comment)
The text was updated successfully, but these errors were encountered:
Closing to merge this with #89
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: