mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
75546fcf6c
The current implementation does not set the ack bit for outgoing data segments and the fin segment. However, RFC793 states that all segments should have an ack bit set in order to present a valid ack nr. in outgoing segments. Currently, data segments and acknowledgement segments are distinguished by the existence of their ack bit. With the new assumption, that both of these types of segments need an ack bit set, I had to change several parts of the current implementation to make this decision by inspecting the payload size. destiny: added parens |
||
---|---|---|
.. | ||
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 |