mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
97da23051a
When accessing the length field of an ipv6_header a byte order switch (host -> network) is necessary. Otherwise, it breaks calculations or the checksum and other tcp related computations. Furthermore, when writing to ipv6_header->length it is important to switch this from host byte order to network byte order. |
||
---|---|---|
.. | ||
destiny.c | ||
Makefile | ||
msg_help.c | ||
msg_help.h | ||
socket.c | ||
socket.h | ||
tcp_hc.c | ||
tcp_hc.h | ||
tcp_timer.c | ||
tcp_timer.h | ||
tcp.c | ||
tcp.h | ||
udp.c | ||
udp.h |