summaryrefslogtreecommitdiff
path: root/src/net/ipv4.h
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-01-05 20:52:57 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-01-05 20:52:57 +0100
commit8f3c73740a30ad02a594e21a52d47aa4ae9efe91 (patch)
tree3507da836c7a346371a1af8bbcfd56fb1dd707bf /src/net/ipv4.h
parent24de320bb1d63beefd5bc89c97b4ad727d8e05e7 (diff)
downloadabaos-8f3c73740a30ad02a594e21a52d47aa4ae9efe91.tar.gz
abaos-8f3c73740a30ad02a594e21a52d47aa4ae9efe91.tar.bz2
some preliminary work on an UDP netconsole
Diffstat (limited to 'src/net/ipv4.h')
-rw-r--r--src/net/ipv4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ipv4.h b/src/net/ipv4.h
index 95dec18..58b1136 100644
--- a/src/net/ipv4.h
+++ b/src/net/ipv4.h
@@ -22,7 +22,7 @@ typedef struct {
typedef uint8_t network_ipv4_protocol_t;
-// TODO: network order not host oder, so for now swap it
+// TODO: network order not host order, so for now swap it
#define NETWORK_IPV4_PROTOCOL_ICMP (network_ipv4_protocol_t)0x01
#define NETWORK_IPV4_PROTOCOL_UDP (network_ipv4_protocol_t)0x11