c++ - udp (boost::asio) read error after async_receive_from -


the handler gives error after remote udp socket closes, error --> "no connection made because target machine actively refused it".

my question is: isn't udp connection-less ? care whatever on remote side ?

btw, got on windows 7.

udp connectionless protocol.

the confusing error message result of asio having provide portable errors. context loss when having go platform specific errors portable errors. in case, asio receives error_port_unreachable , maps boost::asio::error::connection_refused.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -