mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-06 04:49:16 +00:00
Show more debug messages
This commit is contained in:
@ -20,11 +20,15 @@ namespace NetworkUDP
|
||||
|
||||
UDP::UDP(NetworkIPv4::IPv4 *ipv4, NetworkInterfaceManager::DeviceInterface *Interface) : NetworkIPv4::IPv4Events(NetworkIPv4::PROTOCOL_UDP)
|
||||
{
|
||||
debug("UDP interface %#lx created.", this);
|
||||
this->ipv4 = ipv4;
|
||||
this->Interface = Interface;
|
||||
}
|
||||
|
||||
UDP::~UDP() {}
|
||||
UDP::~UDP()
|
||||
{
|
||||
debug("UDP interface %#lx destroyed.", this);
|
||||
}
|
||||
|
||||
uint16_t UsablePort = 0x200;
|
||||
|
||||
|
Reference in New Issue
Block a user