***P/IP详解卷3:***P事务协议 HTTP NNTP和UNIX域协议(英文版) mobi 下载 网盘 caj lrf pdf txt 阿里云

***P/IP详解卷3:***P事务协议 HTTP NNTP和UNIX域协议(英文版)电子书下载地址
- 文件名
- [epub 下载] ***P/IP详解卷3:***P事务协议 HTTP NNTP和UNIX域协议(英文版) epub格式电子书
- [azw3 下载] ***P/IP详解卷3:***P事务协议 HTTP NNTP和UNIX域协议(英文版) azw3格式电子书
- [pdf 下载] ***P/IP详解卷3:***P事务协议 HTTP NNTP和UNIX域协议(英文版) pdf格式电子书
- [txt 下载] ***P/IP详解卷3:***P事务协议 HTTP NNTP和UNIX域协议(英文版) txt格式电子书
- [mobi 下载] ***P/IP详解卷3:***P事务协议 HTTP NNTP和UNIX域协议(英文版) mobi格式电子书
- [word 下载] ***P/IP详解卷3:***P事务协议 HTTP NNTP和UNIX域协议(英文版) word格式电子书
- [kindle 下载] ***P/IP详解卷3:***P事务协议 HTTP NNTP和UNIX域协议(英文版) kindle格式电子书
内容简介:
暂无相关简介,正在全力查找中!
书籍目录:
Part 1.***P for Transacti***
Chapter 1.T/***P Introduetion
1.1 Introduction
1.2 UDP Client-Server
1.S ***P Client-Server
1.4 T/***P Client-Server
1.5 Test Network
1.6 Timing Example
1.7 Applicati***
1.8 History
1.9 Implementati***
1.10 Summary
Chapter 2.T/***P Protocol
2.1 Introduction
2.2 New ***P Opti*** for T/***P
2.3 T/***P Implementation Variables
2.4 State Transition Diagram
2.5 T/***P Extended States
2.6 Summary
Chapter 3.T/***P Examples
3.1 Introduction
3.2 Client Reboot
3.9 Normal T/***P Transaction
3.4 Server Receives Old Duplicate SYN
3.5 Server Reboot
3.6 Request or Reply Exceeds MSS
3.7 Backward Compatibility
3.8 Summary
Chapter 4.T/***P Protocol (Continued)
4.1 Introduction
4.2 Client Port Numbers and TIME_WAIT State
4.9 Purpose of the TIME_WAIT State
4.4 TIME_WAIT State Truncation
4.5 Avoiding the Three-Way Handshake with TAO
4.6 Summary
Chapter 5.T/***P Implementation: Socket Layer
5.1 Introduction
5.2 C***tants
5.3 sosend Function
5.4 Summary
Chapter 6.T/***P Implementation: Routing Table
6.1 Introduction
6.2 Code Introduction
6.3 radix_node_head Structure
*** rtentry Structure
6.5 rt_metrics Structure
6.6 in inithead Function
6.7 in_addroute Function
6.8 in_matroute Function
6.9 in_clsroute Function
6.1O in_rtqtimo Function
6.11 in_rtqkill Function
6.12 Summary
Chapter 7.T/***P Implementation: Protocol Control Blocks
7.1 Introduction
7.2 in_pcbladdr Function
7.3 in_pcbconnect Function
7.4 Summary
Chapter 8.TnCP Implementation: ***P Overview
8.1 Introduction
8.2 Gode Introduction
8.3 ***P protosw Structure
8.4 ***P Control Block
8.5 tcp_init Function
B.6 tcp_slowtimo Function
B.7 Summary
Chapter 9.T/***P Implementation: ***P Output
9.1 introduction
9.2 tcp_output Function
9.3 Summary
Chapter 10.T/***P Implementation: ***P Functiens
10.1 Introduction
10.2 tcp_newtcpcb Function
10.3 tcp_rtlookup Function
10.4 tcp_gettaocache Function
10.5 Retransmission Timeout Calculati***
10.6 tcp_close Function
10.7 tcp_msssend Function
10.8 tcp_mssrcvd Function
10.9 tcp_doopti*** Function
10.10 tcp_reass Function
10.1 1 Summaty
Chapter 11.T/***P Implementation: ***P Input
11.1 Introdudion
11.2 Preliminary Processing
11.3 Header Prediction
11.4 Initiation of Passive Open
11.5 Initiation of Active Open
11.6 PAWS: Protection Against Wrapped Sequence Numbers
11.7 ACK Processing
11.8 Completion of Passive Opens and Simultaneous Opens
11.9 ACK Processing (Continued).
11.10 FIN Processing
11.11 Summary
Chapter 12.T/***P Implementation: ***P User Requests
12.1 Introduction
12.2 PRU_CONNECT Request
12.3 tcp_connect Function
12.4 PRU_SEND and PRU_SEND_EOF Requests
12.5 tcp_usrclosed Function
12.6 tcp_sysctl Function
12.7 T/***P Futures
12.8 Summary
Part 2.Additional ***P Applicati***
Chapter 13.HTTP: Hypertext Transfer Protocol
13.1 Introduction
13.2 Introduction to HTTP and HTML
13.3 HTTP Protocol
13.4 An Example
13.5 HTTP Statistics
13.6 Performance Problems
13.7 Summary
Chapter 14.Packets Found on an HTTP Server
14.1 Introduction
14.2 Multiple HTTP Servers
14.3 Client SYN In***rrival Time
14.4 RTT Measurements
14.5 listen Backlog Queue
14.6 Client SYN Opti***
14.7 Client SYN Retransmissi***
14.8 Domain Names
14.8 Timing Out Persist Probes
14.10 Simulation of T/***P Routing Table Size
14.11 Mbuf In***ction
14.12 ***P PCB Cache and Header Prediction
14.13 Summary
Chapter 15.NNTP: Network News Transter Protocol
15.1 Introduction
15.2 NNTP Protocol
15.3 A Simple News Client
15.4 A More Sophisticated News Client
15.5 NNTP Statistics
15.6 Summary
Part 3.The Unix Domain Protocols
Chapter 16.Unix Domain Protocols: Introduction
16.1 Introduction
16.2 Usage
16.3 Performance
1*** Coding Examples
16.5 Summary
Chapter 17.Unix Domain Protocols: Implementation
17.1 Introduction
17.2 Code Introduction
17.3 Unix domain and protosw Structures
17.4 Unix Domain Socket Address Structures
17.5 Unix Domain Protocol Control Blocks
17.e uipc_usrreq Function
17.7 PRU_ATTACH Request and unp_attach Function
17.8 PRU_DETACH Request and unp_detach Function
17.8 PRU_BIND Request and unp_bind Function
17.10 PRU_CORNECT Request and unp_connect Function
17.11 PRU_CONNECT2 Request and unp_connect2 Function
17.12 socketpair System Call
17.13 pipe System Call
17.14 PRU_ACCEPT Request
17.15 PRU_DISCONNECT Request and unp_disconnect Function
17.16 PRU_SHUTDOWN Request and unp_shutdown Function
17.17 PRU_ABORT Request and unp_drop Function
17.18 Miscellaneous Requests
17.19 Summary
Chapter 18.Unix Domain Protocols: I/O and Descriptor Passing
18.1 Introduction
18.2 PRU_SENO and PRU_RCVD Requests
18.3 Descriptor Passing
18.4 unp_internalize Function
18.5 unp_externalize Function
IB.6 unp_discard Function
18.7 unp_dispose Function
18.8 unp_scan Function
18.9 unp_gc Function.
18.10 unp_mark Function
18.11 Performance (Revisited)
18.12 Summary
Appendix A.Measuring Network Times
A.1 RTT Measurements Using Ping
A.2 Protocol Stack Measurements
A.3 Latency and Bandwidth
Appendix B.' Coding Applicati*** for T/***P
Bibliography
Index
作者介绍:
暂无相关内容,正在全力查找中
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
暂无其它内容!
网站评分
书籍多样性:7分
书籍信息完全性:5分
网站更新速度:8分
使用便利性:8分
书籍清晰度:7分
书籍格式兼容性:8分
是否包含广告:9分
加载速度:7分
安全性:4分
稳定性:9分
搜索功能:7分
下载便捷性:7分
下载点评
- mobi(317+)
- 盗版少(85+)
- 愉快的找书体验(267+)
- 下载速度快(584+)
- 好评多(485+)
- 无水印(484+)
- 内容完整(401+)
- txt(245+)
- 目录完整(451+)
- epub(95+)
- 内涵好书(273+)
- 快捷(150+)
下载评价
- 网友 汪***豪:
太棒了,我想要azw3的都有呀!!!
- 网友 冯***丽:
卡的不行啊
- 网友 方***旋:
真的很好,里面很多小说都能搜到,但就是收费的太多了
- 网友 习***蓉:
品相完美
- 网友 利***巧:
差评。这个是收费的
- 网友 孙***美:
加油!支持一下!不错,好用。大家可以去试一下哦
- 网友 马***偲:
好 很好 非常好 无比的好 史上最好的
- 网友 曾***玉:
直接选择epub/azw3/mobi就可以了,然后导入微信读书,体验百分百!!!
- 网友 宫***玉:
我说完了。
- 网友 车***波:
很好,下载出来的内容没有乱码。
喜欢"***P/IP详解卷3:***P事务协议 HTTP NNTP和UNIX域协议(英文版)"的人也看了
【赠考点手册】快乐读书吧五年级下册三国演义+红楼梦+西游记+水浒传四大名著***4册小学生青少年版课外阅读书籍 mobi 下载 网盘 caj lrf pdf txt 阿里云
海外直订From my dog's bowl: Healthy, homemade treats for your pets 从我狗的碗里:给你的宠物做健康的自制食物 mobi 下载 网盘 caj lrf pdf txt 阿里云
证券期货犯罪司法认定指南 mobi 下载 网盘 caj lrf pdf txt 阿里云
T/CECS 1063-2022 建筑垃圾再生集料路面基层技术规程 mobi 下载 网盘 caj lrf pdf txt 阿里云
孔子家语通解 mobi 下载 网盘 caj lrf pdf txt 阿里云
初级会计电算化实用教程 mobi 下载 网盘 caj lrf pdf txt 阿里云
侵犯公民人身权利罪立案追诉标准与疑难指导 mobi 下载 网盘 caj lrf pdf txt 阿里云
心理行为训练实务 mobi 下载 网盘 caj lrf pdf txt 阿里云
证券投资基金基础知识 mobi 下载 网盘 caj lrf pdf txt 阿里云
结构性心脏病介入治疗 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 美国国家地理:教你读懂狗语(完全听懂狗狗内心世界指南) mobi 下载 网盘 caj lrf pdf txt 阿里云
- 2011年版全国经济专业技术资格考试 金融专业知识与实务(中级) mobi 下载 网盘 caj lrf pdf txt 阿里云
- VB.NET多媒体编程(含盘) mobi 下载 网盘 caj lrf pdf txt 阿里云
- Celtic Borders and Backgrounds CD-ROM and Book凯尔特边境和背景(书和光盘) mobi 下载 网盘 caj lrf pdf txt 阿里云
- 海外直订Dragon Coloring Book: Dragon Lover Gifts for Kids 3-8 9-12, Boys or Gi 龙涂色书:龙情人礼物给孩子3-8 9-12,男孩或 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 新疆行 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 英国风物记 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 河马童书 儿童快乐成长 安全 自救 礼仪 好习惯养成 全4册(漫画 故事 三字儿歌)素质教育读物 学前教育 亲子读物育儿故事书 正版 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 二三毛 三毛传记 辛唐米娜【正版图书】 mobi 下载 网盘 caj lrf pdf txt 阿里云
- 中级财务会计 mobi 下载 网盘 caj lrf pdf txt 阿里云
书籍真实打分
故事情节:7分
人物塑造:4分
主题深度:5分
文字风格:7分
语言运用:4分
文笔流畅:6分
思想传递:3分
知识深度:4分
知识广度:9分
实用性:3分
章节划分:8分
结构布局:6分
新颖与独特:8分
情感共鸣:8分
引人入胜:5分
现实相关:6分
沉浸感:3分
事实准确性:4分
文化贡献:7分