1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include/net/sock
Benjamin Valentin c3849ed9f9 sock: tcp: fix sock_tcp_read() example
sock_tcp_read() will return 0 if the connection was closed, we
need to check for this.
2021-08-16 12:55:12 +02:00
..
async sock_async: add missing license header to net/sock/async/types.h 2020-06-18 15:40:41 +02:00
dtls net/sock/dtls: add RPK callback for credential selection 2021-04-01 09:47:37 +02:00
async.h sock/async: fix typo in doc of sock_dtls_set_cb 2021-01-21 19:03:41 +01:00
dns.h dns: move message parsing and composition to own module 2021-08-11 11:55:29 +02:00
dtls.h pkg/tinydtls: destroy session after sending close notification 2021-07-05 23:45:20 +02:00
ip.h sys/net/sock: add sock_aux_rssi 2021-01-13 13:29:13 +01:00
tcp.h sock: tcp: fix sock_tcp_read() example 2021-08-16 12:55:12 +02:00
udp.h sys/net/sock: add sock_aux_rssi 2021-01-13 13:29:13 +01:00
util.h net/sock : Update documentation 2020-09-04 16:29:13 +05:30