1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

net/gcoap: refactor Options API doc

This commit is contained in:
Ken Bannister 2019-09-14 08:18:51 -04:00
parent 0c5706969c
commit 3497c67917

View File

@ -22,7 +22,8 @@
* gcoap allocates a RIOT message processing thread, so a single instance can
* serve multiple applications. This approach also means gcoap uses a single UDP
* port, which supports RFC 6282 compression. Internally, gcoap depends on the
* nanocoap package for base level structs and functionality.
* nanocoap package for base level structs and functionality. gcoap uses
* nanocoap's Packet API to write message options.
*
* gcoap also supports the Observe extension (RFC 7641) for a server. gcoap
* provides functions to generate and send an observe notification that are