-
Notifications
You must be signed in to change notification settings - Fork 66
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
Add UDP transport #134
Add UDP transport #134
Conversation
Signed-off-by: Lion Hao <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor comments, thanks for your contribution!
Co-authored-by: Pablo Garrido <[email protected]>
@pablogs9 hello, I've fixed some of the possible errors in my code last week. Is there anything else that is inappropriate? |
@pablogs9 Thank you for your correction. It has now been completely revised. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some last comment and we are good to go.
Co-authored-by: Pablo Garrido <[email protected]>
Done. I should have been a little more careful before I commit the code, thank you for your patience. @pablogs9 |
Signed-off-by: Pablo Garrido <[email protected]>
@mergify backport rolling humble |
✅ Backports have been created
|
* Add UDP transport Signed-off-by: Lion Hao <[email protected]> * Apply suggestions from code review Co-authored-by: Pablo Garrido <[email protected]> * Update README and modify recv flag * Update udp_transport.c * Apply suggestions from code review Co-authored-by: Pablo Garrido <[email protected]> * Update udp_transport.c * Minor fixes on readme Signed-off-by: Pablo Garrido <[email protected]> --------- Signed-off-by: Lion Hao <[email protected]> Signed-off-by: Pablo Garrido <[email protected]> Co-authored-by: Pablo Garrido <[email protected]> (cherry picked from commit 0dbe8b6)
* Add UDP transport Signed-off-by: Lion Hao <[email protected]> * Apply suggestions from code review Co-authored-by: Pablo Garrido <[email protected]> * Update README and modify recv flag * Update udp_transport.c * Apply suggestions from code review Co-authored-by: Pablo Garrido <[email protected]> * Update udp_transport.c * Minor fixes on readme Signed-off-by: Pablo Garrido <[email protected]> --------- Signed-off-by: Lion Hao <[email protected]> Signed-off-by: Pablo Garrido <[email protected]> Co-authored-by: Pablo Garrido <[email protected]> (cherry picked from commit 0dbe8b6)
* Add UDP transport Signed-off-by: Lion Hao <[email protected]> * Apply suggestions from code review Co-authored-by: Pablo Garrido <[email protected]> * Update README and modify recv flag * Update udp_transport.c * Apply suggestions from code review Co-authored-by: Pablo Garrido <[email protected]> * Update udp_transport.c * Minor fixes on readme Signed-off-by: Pablo Garrido <[email protected]> --------- Signed-off-by: Lion Hao <[email protected]> Signed-off-by: Pablo Garrido <[email protected]> Co-authored-by: Pablo Garrido <[email protected]> (cherry picked from commit 0dbe8b6) Co-authored-by: Lion Hao <[email protected]>
* Add UDP transport Signed-off-by: Lion Hao <[email protected]> * Apply suggestions from code review Co-authored-by: Pablo Garrido <[email protected]> * Update README and modify recv flag * Update udp_transport.c * Apply suggestions from code review Co-authored-by: Pablo Garrido <[email protected]> * Update udp_transport.c * Minor fixes on readme Signed-off-by: Pablo Garrido <[email protected]> --------- Signed-off-by: Lion Hao <[email protected]> Signed-off-by: Pablo Garrido <[email protected]> Co-authored-by: Pablo Garrido <[email protected]> (cherry picked from commit 0dbe8b6) Co-authored-by: Lion Hao <[email protected]>
#133