:orphan: .. title:: CONFIG_NET_CONFIG_SNTP_INIT_TIMEOUT .. kconfig:: CONFIG_NET_CONFIG_SNTP_INIT_TIMEOUT CONFIG_NET_CONFIG_SNTP_INIT_TIMEOUT ################################### *SNTP timeout to init system clock (ms)* Type: ``int`` Direct dependencies =================== \ :kconfig:`NET_CONFIG_CLOCK_SNTP_INIT ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 3000 Kconfig definition ================== At ``/net/lib/config/Kconfig:212`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:28`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries → Initialize system clock using SNTP on application startup .. code-block:: kconfig config NET_CONFIG_SNTP_INIT_TIMEOUT int "SNTP timeout to init system clock (ms)" default 3000 depends on NET_CONFIG_CLOCK_SNTP_INIT && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*