⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

boot_sync

Function boot_sync 

Source
pub fn boot_sync() -> NtpClient
Expand description

Trigger a boot-time NTP synchronization.

In a full implementation this would send a request to a configured NTP server via UDP port 123. Here we initialize the client state.