Kernel: Implement barebones arp table

This commit is contained in:
2024-02-03 01:26:06 +02:00
parent e1ffbb710b
commit a0138955cd
7 changed files with 76 additions and 11 deletions

View File

@@ -11,6 +11,9 @@ namespace Kernel
class NetworkSocket : public TmpInode, public BAN::Weakable<NetworkSocket>
{
BAN_NON_COPYABLE(NetworkSocket);
BAN_NON_MOVABLE(NetworkSocket);
public:
static constexpr uint16_t PORT_NONE = 0;