1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net
Hauke Petersen 36322e95b7 net/gcoap: collection of simple fixes (#7413)
* net/gcoap: fixed request state when getting a resp

The request state should be set to GCOAP_MEMO_RESP before calling
the response handler in case we actually go a response...

* net/gcoap: make test for 0.00 code more efficient

This optimization saves the computation of the code and compares
the raw field to `0`.
2017-07-28 14:15:17 +02:00
..
application_layer net/gcoap: collection of simple fixes (#7413) 2017-07-28 14:15:17 +02:00
crosslayer sys/netopt: add new enum types for LoRa 2017-06-30 18:59:49 +02:00
gnrc gnrc/sock: fix fallthrough warning (#7403) 2017-07-25 21:12:30 +02:00
link_layer net: added link layer address filter module 2017-05-18 15:24:25 +02:00
netdev_test netdev2: rename to netdev and remove gnrc_netdev 2017-03-15 09:31:20 +01:00
network_layer ipv6_addr: provide fix for off-by-x error 2017-04-25 19:19:43 +02:00
routing nhdp: port to sock 2017-04-26 14:41:45 +02:00
sock sys: net: sock: add utility functions 2017-03-28 19:16:27 +02:00
transport_layer net: add tcp_hdr_print 2017-02-07 13:42:41 +01:00
doc.txt doc: add net to sys group 2015-08-30 14:00:33 +02:00