当前位置:网站首页>Time in TCP state_ The role of wait?
Time in TCP state_ The role of wait?
2022-07-06 10:19:00 【it_ xiangqiang】
TCP In state time_wait The role of
Preface
The client receives... From the server FIN Enter this state after the message , This is not a direct entry into CLOSED state , Also need to wait for a time timer to set the time .
There are two reasons to do this
1. Ensure that the last acknowledgment segment reaches . If B received A Confirmation message segment sent , Then it will resend the connection release request message segment ,A Waiting for a while is to deal with this situation .
2. Possible “ Invalid connection request message segment ”, In order to prevent this message segment from appearing outside this connection , Need to wait for a while .
边栏推荐
- 实现以form-data参数发送post请求
- 再有人问你数据库缓存一致性的问题,直接把这篇文章发给他
- Download address of canoe, download and activation of can demo 16, and appendix of all canoe software versions
- Upload vulnerability
- 颜值爆表,推荐两款JSON可视化工具,配合Swagger使用真香
- Tianmu MVC audit II
- MySQL learning diary (II)
- Configure system environment variables through bat script
- MySQL实战优化高手03 用一次数据更新流程,初步了解InnoDB存储引擎的架构设计
- Notes of Dr. Carolyn ROS é's social networking speech
猜你喜欢
![15 medical registration system_ [appointment registration]](/img/c1/27c7a5aae82783535e5467583bb176.png)
15 medical registration system_ [appointment registration]

Const decorated member function problem

MySQL底层的逻辑架构

Redis集群方案应该怎么做?都有哪些方案?

Cmooc Internet + education

Security design verification of API interface: ticket, signature, timestamp

基于Pytorch的LSTM实战160万条评论情感分类

Security design verification of API interface: ticket, signature, timestamp

寶塔的安裝和flask項目部署

Installation de la pagode et déploiement du projet flask
随机推荐
Software test engineer development planning route
MySQL实战优化高手12 Buffer Pool这个内存数据结构到底长个什么样子?
软件测试工程师必备之软技能:结构化思维
使用OVF Tool工具从Esxi 6.7中导出虚拟机
MySQL storage engine
Redis集群方案应该怎么做?都有哪些方案?
CAPL script printing functions write, writeex, writelineex, writetolog, writetologex, writedbglevel do you really know which one to use under what circumstances?
South China Technology stack cnn+bilstm+attention
MySQL Real Time Optimization Master 04 discute de ce qu'est binlog en mettant à jour le processus d'exécution des déclarations dans le moteur de stockage InnoDB.
text 文本数据增强方法 data argumentation
Pytorch LSTM实现流程(可视化版本)
Docker MySQL solves time zone problems
Export virtual machines from esxi 6.7 using OVF tool
oracle sys_ Context() function
MySQL learning diary (II)
[after reading the series] how to realize app automation without programming (automatically start Kwai APP)
14 medical registration system_ [Alibaba cloud OSS, user authentication and patient]
MySQL real battle optimization expert 11 starts with the addition, deletion and modification of data. Review the status of buffer pool in the database
15 医疗挂号系统_【预约挂号】
MySQL实战优化高手04 借着更新语句在InnoDB存储引擎中的执行流程,聊聊binlog是什么?