/// @return Option that contains netmask information
static OptionPtr getNetmaskOption(const Subnet4Ptr& subnet);
- /// @brief Allocation Engine.
- /// Pointer to the allocation engine that we are currently using
- /// It must be a pointer, because we will support changing engines
- /// during normal operation (e.g. to use different allocators)
- boost::shared_ptr<AllocEngine> alloc_engine_;
- /// @brief Implements the error handler for socket open failure.
- ///
- /// This callback function is installed on the @c isc::dhcp::IfaceMgr
- /// when IPv4 sockets are being open. When socket fails to open for
- /// any reason, this function is called. It simply logs the error message.
- ///
- /// @param errmsg An error message containing a cause of the failure.
- static void ifaceMgrSocket4ErrorHandler(const std::string& errmsg);
uint16_t port_; ///< UDP port number on which server listens.
bool use_bcast_; ///< Should broadcast be enabled on sockets (if true).