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. Ubuntu18.04和OpenWrt 18.06.0 下使用aria2和BaiduExport处理百度盘下载

    Ubuntu下没有可用的百度盘客户端, 下载大文件如果通过浏览器就会特别不可靠. 可以使用Chrome插件 BaiduExport 得到下载链接和参数后, 通过aria2进行下载. Aria2安装 直 ...

  2. soa---java 多线程的---锁

    如今soa 与分布式计算已经成为互联网公司技术的标配 那他包括的知识点应该熟悉了解.并以此为基础,去应用,调优各种soa的框架. 包括例如以下的四点.是分布式的基础.         a java 多 ...

  3. 查看tcp连接信息socket几个常用的命令

    查看tcp连接几个常用的命令 1 ss ss 列出所有的连接,包括tcp连接.udp连接.unix socket.raw socket ss -t 列出所有tcp连接 ss -tl 列出所有处于监听状 ...

  4. Ubuntu字库安装

    目录 [隐藏] 1 字体相关库的简介 1.1 LibXft 1.2 Cairo 1.3 Fontconfig 1.4 Freetype 1.5 Pango 2 基本概念 2.1 点阵字体与矢量字体 2 ...

  5. Scribes:小型文本编辑器,支持远程编辑

    Scribes是一款简洁的文本编辑器.现在给大家介绍下.     功能列表,  Python插件扩展  支持远程编辑(如ftp, sftp, ssh, samba, webdav, webdavs)  ...

  6. 事务的四个属性ACID

    事务四大特征:原子性,一致性,隔离性和持久性. 1. 原子性(Atomicity) 一个原子事务要么完整执行,要么干脆不执行.这意味着,工作单元中的每项任务都必须正确执行.如果有任一任务执行失败,则整 ...

  7. Asynchronous and non-Blocking I/O 翻译[收藏好文]

    http://www.tornadoweb.org/en/stable/guide/async.html Real-time web features require a long-lived mos ...

  8. Centos 安装GIT 1.7.1

    在Linux上安装Git 1.首先,你可以试着输入git,看看系统有没有安装Git: git 2.安装GIT https://git-scm.com/download/linux yum instal ...

  9. 【C语言】练习1-23

     题目来源:<The C programming language>中的习题  练习1-23: 写一个删除C语言程序中所有的注释语句.要正确处理带引号的字符串与字符常量.在C语言中,注释不 ...

  10. thinkphp使用中遇到的问题

    参数传递的问题: 在传递文件路径的参数时,因为路由模式把斜杠解析了,所以需要对参数进行encode,使用urlencode不行,后来尝试用base64_encode,解决问题: