Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
传
传输层实验之五: TCP连接器实现
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
计算机网络-协议实现
传输层实验之五
传输层实验之五: TCP连接器实现
Commits
5fd3589f
Commit
5fd3589f
authored
Jun 23, 2021
by
周启
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
32abbda9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
README.md
README.md
+7
-0
No files found.
README.md
View file @
5fd3589f
# 传输层实验
-
当应用程序希望通过 TCP 与另一个应用程序通信时,它会发送一个通信请求。
-
这个请求必须被送到一个确切的地址。在双方“握手”之后,TCP 将在两个应用程序之间建立一个全双工 (full-duplex) 的通信。
-
当通信结束后,TCP负责将通信的通道销毁。以上功能都是TCP连接器来完成的。
-
本实验要求实验者完善TCP发送器,实现对TCP接收、发送接口的封装,进而完成TCP通信的基础。
For build prereqs, see
[
the CS144 VM setup instructions
](
https://web.stanford.edu/class/cs144/vm_howto
)
.
## Sponge quickstart
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment