mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
b5e7460d45
While testing the tcp implementation on MSBA2 I noticed that the value of `tcp_input_buffer_end` gets changed whenever acquiring or releasing the mutex of the struct on the server side. After deleting the packed attribute of the struct this problem was resolved and the value stayed the same after acquiring and releasing. This problem could maybe arise from badly placed cache lines due to missing padding... I am not sure. Anyway, I guess using the packed attribute is useless here and makes it more error-prone. |
||
---|---|---|
.. | ||
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 |