Skip to content

Commit 7be73c2

Browse files
committed
Fix typo
1 parent 53dd251 commit 7be73c2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Beginners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ We know that the TCP protocol is stateful. Although the packet sending mechanism
220220

221221
As a result, *tcpcopy* implements a simulated TCP state machine, representing the most complex and challenging aspect of its codebase. The relevant code, located in `tcpcopy/src/tcpcopy/tc_session.c`, handles crucial tasks such as simulating TCP interactions, managing network latency, and emulating upper-layer interactions.
222222

223-
![](images/tcp_state_machine.md)
223+
![](images/tcp_state_machine.png)
224224

225225
Figure 2. Classic TCP state machine overview.
226226

File renamed without changes.

0 commit comments

Comments
 (0)