Kernel: Implement super simple TCP stack
No SACK support and windows are fixed size
This commit is contained in:
@@ -12,6 +12,7 @@ namespace Kernel
|
||||
enum NetworkProtocol : uint8_t
|
||||
{
|
||||
ICMP = 0x01,
|
||||
TCP = 0x06,
|
||||
UDP = 0x11,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user