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

Remove UDP network protocol #3846

Open
5 of 7 tasks
thsfs opened this issue Jun 27, 2022 · 1 comment
Open
5 of 7 tasks

Remove UDP network protocol #3846

thsfs opened this issue Jun 27, 2022 · 1 comment
Assignees
Labels
networking removal Indicates functionality is being removed
Milestone

Comments

@thsfs
Copy link
Contributor

thsfs commented Jun 27, 2022

Most of the related source-code to UDP network protocol is now dead code. UDP should be removed.

  • Rewrite unit tests from UDP to TCP or loopback channels.
    • Review the UDP tests that uses add_outer_node ()to see if they can be written using the inproc channel.
  • Remove everything UDP related.
    • Remove UDP implementation.
    • Remove no longer needed config options.
    • Remove related stats
    • Check there is no related unused function and structures.
@thsfs thsfs self-assigned this Jun 27, 2022
@thsfs thsfs added this to the V24.0 milestone Jun 27, 2022
@thsfs thsfs added networking removal Indicates functionality is being removed labels Jun 28, 2022
@thsfs
Copy link
Contributor Author

thsfs commented Jul 11, 2022

Update also upon the changes from this PR: #3851

@dsiganos dsiganos modified the milestones: V24.0, V25.0 Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
networking removal Indicates functionality is being removed
Projects
None yet
Development

No branches or pull requests

2 participants