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. [转]SVN更新的时候前面字母的意思(U、G、A、R、C)

    U:update 表示从服务器收到文件更新了 G:表示本地文件以及服务器文件都已更新,而且成功的合并了 其他的如下: A:added 表示有文件或者目录添加到工作目录 R:replace 表示文件或者 ...

  2. 1253 Dungeon Master

    题目链接: http://noi.openjudge.cn/ch0205/1253/ http://poj.org/problem?id=2251 总时间限制: 1000ms  内存限制: 65536 ...

  3. BOM介绍

    BOM 浏览器对象模型 BOM (Browser Object Model,浏览器对象模型)提供了通过 JavaScript 访问和控制浏览器窗口(window).显示器(screen)与浏览历史(h ...

  4. 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 ...

  5. 系统空间占用排查 tomcat超大日志catalina.out 删除 与df 状态更新

    二.catalina.out占用多达60+G 并且其他诸如catalina.2016-03-29.log等具体日期的日志文件,个别的也有10G左右,直接删除这些大个头.df看稍有改善.针对catali ...

  6. iOS UIButton 图片文字左右互移 位置对调 解决方案

    实现类似效果: 代码实现: btnGrade.titleEdgeInsets = UIEdgeInsetsMake(, -(btnGrade.imageView?.bounds.width)!, , ...

  7. scipy稀疏矩阵

    那些零元素数目远远多于非零元素数目,并且非零元素的分布没有规律的矩阵称为稀疏矩阵(sparse matrix). 不同类型的矩阵有不同的压缩方式,比如对角矩阵只存储对角元素即可.要想充分压缩,就要找到 ...

  8. Selenium webdriver 获取属性值 元素里的value

    1.WebElement webElemt= webElement.findElement(By.xpath("//*[@class='xxxxxx]/a")); //在ie下使用 ...

  9. atexit函数和exit函数的理解

    按照ISO C的规定,一个进程可以登记多达32个函数,这些函数将由exit自动调用,通常这32个函数被称为终止处理程序,并调用atexit函数来登记这些函数. 我们通常认为C语言的起始函数是main函 ...

  10. ROS学习(九)—— rqt_console 和 roslaunch

    一.rqt_console 和rqt_logger_level 1.作用: rqt_console依据ROS编译日志,输出节点信息 rqt_logger_level可以改变节点的警告出差的警告等级 2 ...