Lines Matching +full:time +full:- +full:of +full:- +full:flight
1 # MQTT-SN Library for Zephyr
4 # SPDX-License-Identifier: Apache-2.0
7 bool "MQTT-SN Library Support [EXPERIMENTAL]"
15 int "Maximum payload size of an MQTT-SN message"
20 int "Number of preallocated messages"
25 int "Number of topics that can be managed"
35 int "Maximum number of gateways to store internally"
46 length in bytes of the address data structure for your implemented transport.
54 int "Number of publishes that can be in-flight at the same time"
59 int "Maximum number of clients Keep alive time for MQTT-SN (in seconds)"
63 Keep alive time for MQTT-SN (in seconds). Sending of Ping Requests to
67 bool "UDP transport for MQTT-SN"
71 int "Number of times to retry messages"
76 int "Time (seconds) to wait for responses"
81 int "Max time (seconds) to wait before sending SEARCHGW"
86 int "Max time (seconds) to wait before sending GWINFO"
91 int "Number of missed Advertise messages before considering GW lost"
96 module-dep=NET_LOG
97 module-str=Log level for MQTT-SN
98 module-help=Enables mqtt-sn debug messages.