fixed the picture

This commit is contained in:
Justin Frasier 2023-09-12 14:54:52 +00:00
parent 9718277d6f
commit 8553436f35
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
* TCP Transmission Control Protocol * TCP Transmission Control Protocol
* Connection-oriented protocol that is a reliable way to transport segments across the network * Connection-oriented protocol that is a reliable way to transport segments across the network
* Will ask for an acknowledgement * Will ask for an acknowledgement
* ![TCP](./pics/tcp.png) * ![TCP](../pics/tcp.png)
* This is a Three-way handshake. * This is a Three-way handshake.