Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/teaching/labs/networking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ where:
* ``dest`` is the destination port;
* ``syn``, ``ack``, ``fin`` are the TCP flags used; for a more detailed view,
see this `diagram
<http://www.eventhelix.com/Realtimemantra/Networking/Tcp.pdf>`_.
<https://www.eventhelix.com/networking/tcp/Tcp.pdf>`_.

The structure of a `UDP header
<https://en.wikipedia.org/wiki/User_Datagram_Protocol#Packet_structure>`_
Expand Down
Loading