From 128b459c041d495c9f71ae02733f416f326dddd4 Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Thu, 13 Mar 2025 14:21:56 +0000 Subject: [PATCH] 3110 - comment out not-yet-implemented TCP description --- .../network/transport_to_data_link_layer.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/source/simulation_components/network/transport_to_data_link_layer.rst b/docs/source/simulation_components/network/transport_to_data_link_layer.rst index 7d6fec2c..cdad074c 100644 --- a/docs/source/simulation_components/network/transport_to_data_link_layer.rst +++ b/docs/source/simulation_components/network/transport_to_data_link_layer.rst @@ -14,9 +14,11 @@ Transport Layer (Layer 4) **UDPHeader:** Represents a UDP header for the transport layer of a Network Frame. It includes source and destination ports. UDP (User Datagram Protocol) is a connectionless and unreliable transport protocol used for data transmission. -**TCPFlags:** Enum representing TCP control flags used in a TCP connection, such as SYN, ACK, FIN, and RST. TCP -(Transmission Control Protocol) is a connection-oriented and reliable transport protocol used for establishing and -maintaining data streams. +.. + **TCPFlags:** Enum representing TCP control flags used in a TCP connection, such as SYN, ACK, FIN, and RST. TCP + (Transmission Control Protocol) is a connection-oriented and reliable transport protocol used for establishing and + maintaining data streams. +.. not currently used **TCPHeader:** Represents a TCP header for the transport layer of a Network Frame. It includes source and destination ports and TCP flags. This header is used for establishing and managing TCP connections.