Skip to content

Commit

Permalink
Merge pull request #20565 from emmanuel-ferdman/wip
Browse files Browse the repository at this point in the history
gcoap: update the example reference
  • Loading branch information
benpicco committed Apr 11, 2024
2 parents e3c02f5 + 4394c36 commit 3cdc437
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sys/include/net/gcoap.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
* reading the request, the callback must use functions provided by gcoap to
* format the response, as described below. The callback *must* read the request
* thoroughly before calling the functions, because the response buffer likely
* reuses the request buffer. See `examples/gcoap/gcoap_cli.c` for a simple
* reuses the request buffer. See `examples/gcoap/client.c` for a simple
* example of a callback.
*
* Here is the expected sequence for a callback function:
Expand Down Expand Up @@ -105,7 +105,7 @@
*
* Client operation includes two phases: creating and sending a request, and
* handling the response asynchronously in a client supplied callback. See
* `examples/gcoap/gcoap_cli.c` for a simple example of sending a request and
* `examples/gcoap/client.c` for a simple example of sending a request and
* reading the response.
*
* ### Creating a request ###
Expand Down Expand Up @@ -260,7 +260,7 @@
*
* The client requests a specific blockwise payload from the overall body by
* writing a Block2 option in the request. See _resp_handler() in the
* [gcoap](https://github.com/RIOT-OS/RIOT/blob/master/examples/gcoap/gcoap_cli.c)
* [gcoap](https://github.com/RIOT-OS/RIOT/blob/master/examples/gcoap/client.c)
* example in the RIOT distribution, which implements the sequence described
* below.
*
Expand Down

0 comments on commit 3cdc437

Please sign in to comment.