On Thursday 02 April 2015 21:22:18 Chandan wrote:
> 6) Currently this is the signature for request handler
> /** Message handler for requests that is used as call-back in
> coap_context_t */
> typedef void (*coap_request_handler_t)(struct coap_context_t  *,
>         const coap_queue_t * rcvd);
> We should add below value to *coap_queue_t*
> Bool multicast_port; // its TRUE if the packet is received in multicast
> port.
> 
> 7) When in *HandleCoAPRequests* we will see that multicast_port is TRUE
> and the packet is UNICAST then we can ignore the request.
> 
> 8) It will be processed only when multicast_port is TRUE and
> the packet received also is MULTICAST.
> 
> *Please let me know your view on this*

Hi Chandan

I am not familiar with the internal API to comment on this.

Maybe someone else can. Erich, Pat, Uze?
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

Reply via email to