mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 15:03:53 +01:00
The `coap_socket_t` and `coap_socket_type_t` types are used by gCoAP only and the `coap_` prefix is usually used to namespace the `nanocoap` module's API. This makes it confusing to locate the types in question. Signed-off-by: Martine Lenders <m.lenders@fu-berlin.de>