nano-node icon indicating copy to clipboard operation
nano-node copied to clipboard

Remove UDP network protocol

Open thsfs opened this issue 2 years ago • 1 comments

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

  • [x] Rewrite unit tests from UDP to TCP or loopback channels.
    • [x] Review the UDP tests that uses add_outer_node ()to see if they can be written using the inproc channel.
  • [ ] Remove everything UDP related.
    • [x] Remove UDP implementation.
    • [ ] Remove no longer needed config options.
    • [x] Remove related stats
    • [x] Check there is no related unused function and structures.

thsfs avatar Jun 27 '22 20:06 thsfs

Update also upon the changes from this PR: https://github.com/nanocurrency/nano-node/pull/3851

thsfs avatar Jul 11 '22 16:07 thsfs