Refactor uses of boost::asio to asio

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • Service Arch 2024-02-05
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Currently, we vendor two different versions of ASIO: one from the original implementer, and one from boost. Only one use exists in our codebase of the latter, in src/mongo/db/repl/isself.cpp.

      Rewrite the calls to boost::asio::detail::socket_ops::inet_ntop as calls to asio::detail::socket_ops::inet_ntop and remove our dependency on boost's ASIO.

            Assignee:
            James Bronsted
            Reporter:
            James Bronsted
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: