monero-project/kovri

RouterInfo: Ensure we disable the ipv6 transports(both) when requested.

brbzull0 opened this issue · 0 comments


By submitting this issue, I confirm the following:

  • I have read and understood the contributor guide in kovri-docs.
  • I have checked that the issue I am reporting can be replicated or that the feature I am suggesting is not present.
  • I have checked opened or recently closed pull requests for existing solutions/implementations to my issue/suggestion.

RouterInfo::DisableV6() is not removing(if present) both transport when requested. The fix is quite trivial but an STL approach would be the best.