From 4c66d2b2524fbe7cf4cef51302dab3f5cd168d30 Mon Sep 17 00:00:00 2001 From: Nick Todd Date: Mon, 12 Feb 2024 17:24:28 +0000 Subject: [PATCH] 2297: Change missed reference TCP to UDP. --- docs/source/simulation_components/system/ntp_client_server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/simulation_components/system/ntp_client_server.rst b/docs/source/simulation_components/system/ntp_client_server.rst index 2d49f34e..b6d57c13 100644 --- a/docs/source/simulation_components/system/ntp_client_server.rst +++ b/docs/source/simulation_components/system/ntp_client_server.rst @@ -22,7 +22,7 @@ Key capabilities Usage ^^^^^ - Install on a Node via the ``SoftwareManager`` to start the database service. -- Service runs on TCP port 123 by default. +- Service runs on UDP port 123 by default. Implementation ^^^^^^^^^^^^^^