X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fcsdk%2Fconnectivity%2Flib%2Flibcoap-4.1.1%2Fnet.h;h=6e71da87ea7080d52311fb0d77aa2b2b95f292ec;hb=17c68b2fd1e74586f85e552eeab4e32dc121f8a0;hp=725bbc49bf8e39c2c765beca0edb579e2464ff41;hpb=8c01dff2c5bc5496f7dc1632c498943ec6ecb015;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/csdk/connectivity/lib/libcoap-4.1.1/net.h b/resource/csdk/connectivity/lib/libcoap-4.1.1/net.h index 725bbc4..6e71da8 100644 --- a/resource/csdk/connectivity/lib/libcoap-4.1.1/net.h +++ b/resource/csdk/connectivity/lib/libcoap-4.1.1/net.h @@ -336,7 +336,7 @@ static inline unsigned short coap_new_message_id(coap_context_t *context) /** * Calculates a unique transaction id from given arguments @p peer and * @p pdu. The id is returned in @p id. - * + * * @param peer The remote party who sent @p pdu. * @param pdu The message that initiated the transaction. * @param id Set to the new id. @@ -427,7 +427,7 @@ static inline unsigned short coap_new_message_id(coap_context_t *context) * @code coap_opt_filter_t f = COAP_OPT_NONE; coap_opt_iterator_t opt_iter; - + if (coap_option_check_critical(ctx, pdu, f) == 0) { coap_option_iterator_init(pdu, &opt_iter, f);