vote up 1 vote down star

I cant tell, does boost asio handle endian?

flag

38% accept rate

1 Answer

vote up 1 vote down

Asio does convert things like port into network order. The conversion functions are not exposed as part of the official interface and are hidden in the detail namespace instead (e.g. *boost::asio::detail::socket_ops::host_to_network_short*).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.