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

UDP Server: Don't send reply if zero length #38

Merged
merged 2 commits into from
May 14, 2021

Conversation

icolwell-as
Copy link
Member

Resolves #37 by only sending out the reply packet if there is data to send.
Can be useful in situations where you just want to bind and listen to a UDP port.

dvangeyn-as
dvangeyn-as previously approved these changes May 14, 2021
@icolwell-as icolwell-as merged commit 2226ef0 into master May 14, 2021
@icolwell-as icolwell-as deleted the 37_udp_server_no_reply branch May 14, 2021 20:16
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

Successfully merging this pull request may close these issues.

UDP Server: Don't send reply if zero length
3 participants