mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7584ffe887
send_tcp returns either the length of the sent data, or -1, if an error was detected. The current implementation checks for != 1. This results in executing the error case, although there was semantically no error returned from send_tcp. |
||
---|---|---|
.. | ||
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 |