TPC总共有11个状态,状态转换图:
转换转换的要素
状态:
tcp定义的11个状态
事件:
触发TCP状态迁移。事件可以是:本地应用层调用;收到TCP消息(incoming segment);超时时间(timeout)
动作:
主要指针对远程Peer产生的动作,如发送确认等。
转换中的角色
本地应用层 Local App:产生事件。...
分类:
其他好文 时间:
2014-07-08 21:15:27
阅读次数:
269
BACKGROUNDAs processing resources have increased, demands to run multiple software programs and operating systems on a single microprocessor have also...
分类:
其他好文 时间:
2014-06-16 23:25:53
阅读次数:
345
BackTrack 5 开启SSHD服务1service ssh
start但启动后,仍然无法从远程连接,会有提示:1Read from socket failed: Connection reset by
peer这个时候需要生成密钥文件,方法如下123#ssh-keygen -t rsa -f ...
分类:
其他好文 时间:
2014-06-09 15:27:40
阅读次数:
211
记录最近出的几个bugconnection reset by peer最近服务器经常性的出现connection reset by peer的错误,开始我们只是以为小概率的网络断开导致的,可是随着压力的增大,每隔2分钟开始出现一次,这就不得不引起我们的重视了。我们的业务很简单,lvs负责负载均衡(采用的是DR模式),keepalive timeout设置的为2分钟,后面支撑两台推送服务(后面叫做p...
分类:
其他好文 时间:
2014-06-07 16:30:25
阅读次数:
234
问题1
[root@localhost ~]# gluster peer status
Connection failed. Please check if gluster daemon is operational.
原因:未开启glusterd服务
解决方法:开启glusterd服务
/etc/init.d/glusterd start
问题2
[root@loc...
分类:
其他好文 时间:
2014-05-16 02:50:16
阅读次数:
391
Beaming NDEF Messages to Other Devices
Android Beam allows simple peer-to-peer data exchange between two Android-powered devices. The application that wants to beam data to another device must be in ...
分类:
移动开发 时间:
2014-05-06 23:21:48
阅读次数:
620
著作权声明:本文由http://www.cnblogs.com/icker原创,欢迎转载分享。转载时请保留该声明和作者博客链接,谢谢!
最近使用Unity3d制作的IOS游戏需要加入联网对战功能功能,因此使用ObjC语言利用IOS
SDK的GameKit.framework的Peer-to-pee....
分类:
移动开发 时间:
2014-05-02 14:14:11
阅读次数:
574