mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
Merge remote branch 'origin/trac430'
This commit is contained in:
@@ -69,7 +69,7 @@ UDPServer::UDPServer(io_service& io_service,
|
||||
if (addr.is_v6()) {
|
||||
socket_->set_option(asio::ip::v6_only(true));
|
||||
}
|
||||
socket_->bind(udp::endpoint(proto, port));
|
||||
socket_->bind(udp::endpoint(addr, port));
|
||||
}
|
||||
|
||||
/// The function operator is implemented with the "stackless coroutine"
|
||||
|
Reference in New Issue
Block a user