一、TCP状态转化 TCP连接的状态转换图如下 注:SYN 表示建立链接、FIN 表示关闭链接、ACK 表示响应、PSH 表示有数据传输、RST 表示链接重置。 CLOSED:初始状态,在超时或连接关闭时也会进入此状态。 LISTEN:服务端在等待连接时的状态。 SYN-SENT:客户端发起连接并发 ...
分类:
编程语言 时间:
2017-09-03 22:13:47
阅读次数:
176
TCP连接的建立与终止可以用状态转换图(state transition diagram)来说明,见图2.4。 图中定义了11种状态,这种转换基于 如果一个client进程调用close(),主动发送一个SYN >SYN_SENT状态,这时握手成功收到server的syn和ACK,发回Client ...
分类:
其他好文 时间:
2017-09-03 19:31:50
阅读次数:
265
三次握手 解释:客户端A和服务器B刚开始处于CLOSED状态,两者之间没有任何联系,A主动打开,B被动打开由 CLOSED进入LISTEN状态,这是A发送一个SYN=1的标志位的数据包,并且数据的序列为seq=x, A也由CLOSED进入SYN-SENT状态,B接收到A的请求,也主动 发送SYN=1 ...
分类:
其他好文 时间:
2017-09-01 18:54:03
阅读次数:
174
Bringing up the Avnet MicroZed with Vivado I recently received the Adam Taylor Edition of Avnet's Zynq-based MicroZed board, which was sent by the ver ...
分类:
Web程序 时间:
2017-08-30 15:39:29
阅读次数:
319
log_format lvan '$remote_addr - $remote_user [$time_iso8601] "$request" $http_host ''$status $body_bytes_sent "$http_referer" ''"$http_user_agent" $ht ...
分类:
其他好文 时间:
2017-08-24 21:24:32
阅读次数:
210
原文链接:http://blog.csdn.net/rchm8519/article/details/48347797 redis.clients.util.Pool.getResource(Pool.Java:50)redis.clients.jedis.JedisPool.getResource ...
分类:
其他好文 时间:
2017-08-19 13:07:32
阅读次数:
306
1、查看master的状态show master status; //Position不应该为0show processlist; //state状态应该为Has sent all binlog to slave; waiting for binlog to be updated2、查看slave状 ...
分类:
数据库 时间:
2017-08-18 22:28:26
阅读次数:
230
A cookie is a small piece of data sent by a website to your browser. It helps the website to remember information about your visit, like your country ...
分类:
其他好文 时间:
2017-08-13 20:45:46
阅读次数:
125
https://stablekernel.com/view-controller-in-ios-6/ Some of you may have noticed that your view controller in iOS 6 no longer gets sent to viewWillUnlo ...
分类:
其他好文 时间:
2017-08-04 18:21:27
阅读次数:
138
最近搞代码,老出现这个错: Parameters were incorrect. We wanted {"required":["value"]} and you sent ["text","value","id","sessionId"] 弄了好久,也没弄出来。然后看到一个bugappium is ...
分类:
其他好文 时间:
2017-08-02 10:04:07
阅读次数:
173