Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
わかりませんが、ブーストasioはエンディアンを処理しますか?
Asio は、ポートなどをネットワークの順序に変換します。変換関数は公式インターフェースの一部として公開されておらず、代わりに詳細名前空間に隠されています (例: boost::asio::detail::socket_ops::host_to_network_short )。
boost::asio::socket_ は、バイト オーダーの変換を実行しません。