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. java第二节 基本数据类型

    class Lesson2 { public static void main(String[] args) { //----------------------------------- //@Da ...

  2. JavaScript callback function 回调函数的理解

    来源于:http://mao.li/javascript/javascript-callback-function/ 看到segmentfault上的这个问题 JavaScript 回调函数怎么理解, ...

  3. 纯CSS兑现侧边栏/分栏高度自动相等(转)

    这里直接介绍我认为的最佳的侧边栏/分栏高度自动相等方法.核心的CSS代码如下(数值不固定): margin-bottom:-3000px; padding-bottom:3000px; 再配合父标签的 ...

  4. 【java】解析JToolBar类的使用

    1.简介 在大部分的Look and Feels下,用户都可以把该工具条拖离原Window组件(除非floatable属性设置为false).为了能够正常的实现拖动效果,该类的实例被建议添加到Bord ...

  5. 【java】Java泛型

    一. 泛型概念的提出(为什么需要泛型)? 首先,我们看下下面这段简短的代码: 1 public class GenericTest { 2 3 public static void main(Stri ...

  6. visual studio 设置代码注释模板

    1.C#模板文件: 路径:C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\ItemTemplates\CSharp\Co ...

  7. windows 7 开启无线wifi

    Windows 7 开启无线wifi步骤:1.选择“开始”-“运行”命令,在运行命令栏里输入“CMD”打开管理员: 2.在界面里输入以下命令:netsh wlan set hostednetwork ...

  8. Git 别名(分布式版本控制系统)

    1.Git 别名 Git 并不会在你输入部分命令时自动推断出你想要的命令.如果不想每次都输入完整的 Git 命令,可以通过 git config 文件来轻松地为每一个命令设置一个别名.这里有一些例子你 ...

  9. CentOS 7.3 系统安装配置图解教程

    一.安装CentOS 7.3 CentOS 7.x系列只有64位系统,没有32位.生产服务器建议安装CentOS-7-x86_64-Minimal-1611.iso版本 成功引导系统后,会出现下面的界 ...

  10. 【原创】纯干货,Spring-data-jpa详解,全方位介绍。(转)

    本篇进行Spring-data-jpa的介绍,几乎涵盖该框架的所有方面,在日常的开发当中,基本上能满足所有需求.这里不讲解JPA和Spring-data-jpa单独使用,所有的内容都是在和Spring ...