zoukankan
html css js c++ java
TCP如何保证可靠传输
校验和
序列号/确认应答
重传机制
超时重传
高速重传:三次确认应答
连接控制
三次握手
为什么不是两次:1、需要告知双方的SYN;2、避免失效的连接请求再次到达接收端
为什么不是四次:
四次挥手
流量控制
滑动窗口:不需要等待每一次确认应答,ACK丢失不需要重传,数据包丢失,三次确认应答重传
接收端告知窗口大小
发送端一个字节的窗口探测
拥塞控制
慢开始
拥塞避免
快重传
快恢复
查看全文
相关阅读:
将图片转成二进制并生成Base64编码,可以在网页中通过url查看图片
<bean:wirte>的用法
bean标签库Struts标签库
<bean:write/>标签的format属性
ByteArrayOutputStream和ByteArrayInputStream详解
<bean:write>的用法
FLASH寿命测试!
波特率,kbps,Mbps含义
printf()函数是格式化输出!
Qt学习Qt中的C++
原文地址:https://www.cnblogs.com/--lr/p/14852059.html
最新文章
马云说天下没有人能够挖走我的团队
如何做快乐的管理者
4Local Notifications and Push NotificationsApple Push Notification Service
cocos2d 坐标系使用
what is icloud ?
设置字体的
5Local Notifications and Push NotificationsProvisioning and Development
5Local Notifications and Push NotificationsProvider Communication with Apple Push Notification Service
Xcode 4 设置源代码版权申明的公司名称
从本地文本文件中读完文字
热门文章
5Local Notifications and Push NotificationsProvider Communication with Apple Push Notification Service
保存Image文件
前端面试题
npm常用命令
less学习
jQuery应用技巧
HTML <form> 标签的 enctype 属性
struts复习大纲
Request与session与application的区别
Struts1总结
Copyright © 2011-2022 走看看