mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:57:34 +00:00
Kernel: Fix up the ICMP implementation to generate correct Echo replies.
Serenity now responds to ping. :^)
This commit is contained in:
parent
75e0ddd46a
commit
9858be636f
5 changed files with 66 additions and 28 deletions
|
@ -26,7 +26,5 @@ private:
|
|||
dword m_payload[0];
|
||||
};
|
||||
|
||||
typedef dword EthernetFrameCheckSequence;
|
||||
|
||||
static_assert(sizeof(EthernetFrameHeader) == 14);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue