-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Service Arch 2024-02-05
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.
- is related to
-
SERVER-84610 Define a version for ASIO
- Closed