dhcp4CommandHandler, false);
config_session_->start();
+ /// Integrate the asynchronous I/O model of BIND 10 configuration
+ /// control with the "select" model of the DHCP server. This is
+ /// fully explained in \ref dhcpv4Session.
int ctrl_socket = cc_session_->getSocketDesc();
cout << "b10-dhcp4: Control session started, socket="
<< ctrl_socket << endl;
-
IfaceMgr::instance().set_session_socket(ctrl_socket, sessionReader);
}
///
/// Creates session that will be used to receive commands and updated
/// configuration from boss (or indirectly from user via bindctl).
- ///
- /// Integrate the asynchronous I/O model of BIND 10 configuration
- /// control with the "select" model of the DHCP server. This is
- /// fully explained in \ref dhcpv4Session.
void establishSession();
/// @brief Terminates existing msgq session.