genode/repos/os
Alice Domage 6402182815 sntp_client: add DNS lookup option
This commit adds a new configuration option, `dst_addr` to the
'sntp_client' that accepts either an IP address or a DNS hostname. If a
DNS hostname is provided, the 'sntp_client' will resolve the IP address
before each SNTP request. The 'dst_ip' configuration option is
deprecated but kept for compatibility until 'dst_addr' is fully adopted.

xsd/net_types.xsd: add Net_address type
sntp_dummy_rtc: adjust configuration to use pool.ntp.org

Fixes genodelabs/genode#5003
2023-11-28 14:24:23 +01:00
..
doc Remove SIGNAL/CAP/RAM services from run scripts 2022-04-13 08:08:00 +02:00
include os/include/net: add support for the DNS protocol 2023-11-28 14:24:23 +01:00
lib monitor: add more debugging features 2023-08-23 13:46:37 +02:00
recipes depot: update recipe hashes 2023-10-25 14:01:40 +02:00
run os/include/net: add support for the DNS protocol 2023-11-28 14:24:23 +01:00
src os/include/net: add support for the DNS protocol 2023-11-28 14:24:23 +01:00
xsd sntp_client: add DNS lookup option 2023-11-28 14:24:23 +01:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.