2 Networking by hand2.1 Fetch a web on page2.2 Send yourself an email2.3 Listening and connecting3 Writing a network program using an OS stream socket3.1 Let’s get started—fetching and building the starter code
2 Networking by hand
2.1 Fetch a web on page
2.2 Send yourself an email
no Stanford email
2.3 Listening and connecting
- 本地的两个
terminal
实现互联
terminal 1
: runnetat -v -l -p 9090
terminal 2
: runtelnet
localhost
9090