Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wangbin579 committed Sep 8, 2024
1 parent 53dd251 commit 7be73c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Beginners.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ We know that the TCP protocol is stateful. Although the packet sending mechanism

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.

![](images/tcp_state_machine.md)
![](images/tcp_state_machine.png)

Figure 2. Classic TCP state machine overview.

Expand Down
File renamed without changes

0 comments on commit 7be73c2

Please sign in to comment.