mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-05 12:29:16 +00:00
Show more debug messages
This commit is contained in:
@ -7,6 +7,7 @@ namespace NetworkDHCP
|
||||
{
|
||||
DHCP::DHCP(NetworkUDP::Socket *Socket, NetworkInterfaceManager::DeviceInterface *Interface)
|
||||
{
|
||||
debug("DHCP interface %#lx created.", this);
|
||||
this->UDPSocket = Socket;
|
||||
this->Interface = Interface;
|
||||
Socket->LocalPort = b16(68);
|
||||
@ -29,6 +30,7 @@ namespace NetworkDHCP
|
||||
|
||||
DHCP::~DHCP()
|
||||
{
|
||||
debug("DHCP interface %#lx destroyed.", this);
|
||||
}
|
||||
|
||||
void DHCP::CreatePacket(DHCPHeader *Packet, uint8_t MessageType, uint32_t RequestIP)
|
||||
|
Reference in New Issue
Block a user