boostorg / asio

Boost.org asio module
http://boost.org/libs/asio
1.25k stars 418 forks source link

Boost.Asio initializes winsock to 2.0 instead of 2.2 #426

Closed jcelerier closed 7 months ago

jcelerier commented 11 months ago

https://github.com/boostorg/asio/blob/2e49b21732e5d1bb3bb98f209164c30816b0bc79/include/boost/asio/detail/winsock_init.hpp#L51C1-L51C1

Winsock 2.2 has apparently been available since Windows 95. Would it be possible to raise the version?

xavier2k6 commented 9 months ago

https://github.com/boostorg/asio/blob/2e49b21732e5d1bb3bb98f209164c30816b0bc79/include/boost/asio/detail/winsock_init.hpp#L51-L52

xavier2k6 commented 7 months ago

This can be closed, changes were implemented in https://github.com/chriskohlhoff/asio/commit/ee3bc5c89d310ee994073ba68ca35cb64332f8fd & will be included in Boost 1.85.0