http://www.serverframework.com/asynchronousevents/2011/01/time-wait-and-its-design-implications-for-protocols-and-scalable-servers.html

https://tools.ietf.org/html/draft-penno-behave-rfc4787-5382-5508-bis-04#section-3.1.2

http://www.isi.edu/touch/pubs/infocomm99/infocomm99-web/

为什么需要三次握手四次shuishouhuishoucihuis

http://m.blog.csdn.net/article/details?id=44068801

http://perthcharles.github.io/2015/08/27/timestamp-intro/

https://tools.ietf.org/html/rfc1323#section-4

http://www.tcpipguide.com/free/t_TCPConnectionTermination-2.htm

TCP Extensions for High Performance

https://tools.ietf.org/html/rfc7323

https://github.com/torvalds/linux/commit/a26552afe89438eefbe097512b3187f2c7e929fd

https://networkengineering.stackexchange.com/questions/19581/what-is-the-purpose-of-time-wait-in-tcp-connection-tear-down

https://books.google.com.hk/books?id=sKoo-cFNPYsC&pg=PA362&lpg=PA362&dq=why+we+need+the+TIME-WAIT&source=bl&ots=WfbshJhn0f&sig=3c40pacRlU8ZkcV81hxHrsam944&hl=en&sa=X&ved=0ahUKEwjymuCnnqPTAhXSQpQKHY2nAUIQ6AEIQzAF#v=onepage&q&f=false

http://www.tcpipguide.com/free/t_TCPConnectionTermination-3.htm

http://troy.yort.com/improve-linux-tcp-tw-recycle-man-page-entry/

https://serverfault.com/questions/212093/how-to-reduce-number-of-sockets-in-time-wait

https://github.com/torvalds/linux/commit/a26552afe89438eefbe097512b3187f2c7e929fd

https://tools.ietf.org/html/rfc6191

https://tools.ietf.org/html/rfc1323

http://troy.yort.com/improve-linux-tcp-tw-recycle-man-page-entry/

TCPConnectionTermination的更多相关文章

随机推荐

  1. Fix problems that block programs from being installed or removed

    Follow these steps to automatically repair issues including corrupted registry keys that block you f ...

  2. redhat7.0安装ifconfig

    问题描述: Setup is unable to find the "ifconfig" program on your machine. Please make sure it ...

  3. Linux特殊的文件控制权限FACL

    对文件设置特殊的权限,FACL(File Access Control List) ACL简介 基本ACL操作 getfacl  查看文件权限      setfacl  设定acl权限 设置file ...

  4. C++中的class (1)

    1.public:public表明该数据成员.成员函数是对全部用户开放的,全部用户都能够直接进行调用 2.private:private表示私有,私有的意思就是除了class自己之外,不论什么人都不能 ...

  5. java正则表达式去除html中所有的标签和特殊HTML字符(以&开头的)

    来源于:https://www.androiddev.net/java%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E5%8E%BB%E9%99%A4ht ...

  6. springmvc概述及框架原理

    一. 前言 MVC不是框架而是一种设计模式. MVC的全名Model View Controller,即模型-视图-控制器的缩写,这是一种设计模式,而非架构.MVC它强制的使用应用程序的输入.处理.和 ...

  7. 浏览器跨域问题(jsonp)——jsonp详解

    json相信大家都用的多,jsonp我就一直没有机会用到,但也经常看到,只知道是“用来跨域的”,一直不知道具体是个什么东西.今天总算搞明白了.下面一步步来搞清楚jsonp是个什么玩意. 同源策略 首先 ...

  8. JAVA RSA私钥 加密(签名) 对应 C# RSA私钥 加密(签名)

    非对称密钥RSA算法加解密在C#和Java之间交互的问题,这两天看了很多其他人写的文章,碰到了几个问题,最终解决问题. 参考地址:http://xw-z1985.iteye.com/blog/1837 ...

  9. 【Oracle】Oracle基本数据类型总结

    ORACLE基本数据类型(亦叫内置数据类型 built-in datatypes)可以按类型分为:字符串类型.数字类型.日期类型.LOB类型.LONG RAW& RAW类型.ROWID &am ...

  10. python的内置下载器

    python有个内置下载器,有时候在内部提供文件下载很好用. 进入提供下载的目录 # ls abc.aaa chpw.py finance.py lsdir.py ping.py u2d-partia ...