接收 TCP 連接流程-----------TCP 連接對象type TCPConn struct { conn}type conn struct { fd netFD}Conn 接口Conn 表示通用的面向流的網絡連接。type Conn interface { Read(b []byte) (n int, err error) Write(b []byte) (n int, err err ⌘ Read more
接收 TCP 連接流程-----------TCP 連接對象type TCPConn struct { conn}type conn struct { fd netFD}Conn 接口Conn 表示通用的面向流的網絡連接。type Conn interface { Read(b []byte) (n int, err error) Write(b []byte) (n int, err err ⌘ Read more