From: Nelson, E. - 2 <eri...@ba...> - 2010-04-09 20:14:23
|
On Friday, April 09, 2010 12:27 PM Kim Gräsman wrote: >I wonder if SO_REUSEADDR has anything to do with it... >http://www.unixguide.net/network/socketfaq/4.5.shtml If I comment out //acceptor_.set_option(tcp::acceptor::reuse_address(true)); In http::basic_server, the behavior is as expected. Erik |