Kernel: Cleanup ARPTable code
Packet process is now killed if ARPTable dies. ARP wait loop now just reschecules so timeout actually works.
This commit is contained in:
@@ -31,6 +31,7 @@ namespace Kernel
|
||||
|
||||
public:
|
||||
static BAN::ErrorOr<BAN::UniqPtr<ARPTable>> create();
|
||||
~ARPTable();
|
||||
|
||||
BAN::ErrorOr<BAN::MACAddress> get_mac_from_ipv4(NetworkInterface&, BAN::IPv4Address);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user