-
Notifications
You must be signed in to change notification settings - Fork 804
Remove UDP network protocol #3846
Copy link
Copy link
Open
Labels
Milestone
Description
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 theinprocchannel.
- Review the UDP tests that uses
- 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.
Reactions are currently unavailable