Contiki-NG
coap-separate.c File Reference

CoAP module for separate responses. More...

#include "coap.h"
#include "coap-separate.h"
#include "coap-transactions.h"
#include "sys/cc.h"
#include <string.h>
#include "coap-log.h"

Go to the source code of this file.

Functions

void coap_separate_reject ()
 Reject a request that would require a separate response with an error message. More...
 
void coap_separate_accept (coap_message_t *coap_req, coap_separate_t *separate_store)
 Initiate a separate response with an empty ACK. More...
 

Detailed Description

CoAP module for separate responses.

Author
Matthias Kovatsch kovat.nosp@m.sch@.nosp@m.inf.e.nosp@m.thz..nosp@m.ch

Definition in file coap-separate.c.