
Use SO_REUSEADDR
Reported by Dominic Baggott | October 27th, 2009 @ 05:19 PM
According to Wes this makes it happier on bouncy servers
Comments and changes to this ticket
-
Ash Berlin October 27th, 2009 @ 05:27 PM
- State changed from new to resolved
Turns out we already do this. Go built in boost.asio exampl:
acceptor_.set_option(asio::ip::tcp::acceptor::reuse_address(true));
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The simple HTTP development server that comes bunleded with Juice