Home
last modified time | relevance | path

Searched refs:obs_seconds (Results 1 – 2 of 2) sorted by relevance

/net-tools-3.7.0/libcoap/examples/
Dclient.c61 unsigned int obs_seconds = 30; /* default observe time */ variable
358 debug("observation relationship established, set timeout to %d\n", obs_seconds); in message_handler()
359 set_timeout(&obs_wait, obs_seconds); in message_handler()
774 obs_seconds = atoi(optarg); in cmdline_subscribe()
1257 obs_seconds = 0; in main()
/net-tools-3.7.0/
Dcoap-client.c154 static unsigned int obs_seconds = MAX_TIMEOUT * 2; /* default observe time */ variable
1373 printf("observation timeout set to %d\n", obs_seconds); in coap_message_handler()
1374 set_coap_timeout(&obs_wait, obs_seconds); in coap_message_handler()