Part 1. TCP for Transactions / TCP事务协议 1
Chapter 1. T/TCP Introduction / T/TCP概述 3
1.1 Introduction / 概述 3
1.2 UDP Client-Server / UDP客户-服务器 3
1.3 TCP Client-Server / TCP客户-服务器 9
1.4 T/TCP Client-Server / T/TCP客户-服务器 17
1.5 Test Network / 测试网络20
1.6 Timing Example / 计时示例21
1.7 Applications / 应用22
1.8 History / 历史24
1.9 Implementations / 实现26
1.10 Summary / 小结 28
Chapter 2. T/TCP Protocol / T/TCP协议 29
2.1 Introduction / 概述29
2.2 New TCP Options for T/TCP / T/TCP的新TCP选项 30
2.3 T/TCP Implementation Variables / T/TCP实现变量33
2.4 State Transition Diagram / 状态变迁图34
2.5 T/TCP Extended States / T/TCP的扩展状态 36
2.6 Summary / 小结 38
Chapter 3. T/TCP Examples / T/TCP 示例 39
3.1 Introduction / 概述 39
3.2 Client Reboot / 客户重新启动 40
3.3 Normal T/TCP Transaction / 常规的T/TCP事务 42
3.4 Server Receives Old Duplicate SYN / 服务器收到过时的重复SYN 43
3.5 Server Reboot / 服务器重新启动 44
3.6 Request or Reply Exceeds MSS / 请求或应答超出MSS 45
3.7 Backward Compatibility / 向后兼容性49
3.8 Summary / 小结 51
Chapte