forked from selfboot/CS_Offer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
|
||
|
||
|
||
|
||
# 参考 | ||
|
||
[How TCP backlog works in Linux](http://veithen.github.io/2014/01/01/how-tcp-backlog-works-in-linux.html) | ||
[What is “backlog” in TCP connections?](https://stackoverflow.com/questions/36594400/what-is-backlog-in-tcp-connections) | ||
[浅谈tcp socket的backlog参数](http://www.jianshu.com/p/e6f2036621f4) | ||
[关于TCP 半连接队列和全连接队列](http://jm.taobao.org/2017/05/25/525-1/) | ||
[深入探索 Linux listen() 函数 backlog 的含义](http://blog.csdn.net/yangbodong22011/article/details/60399728) | ||
[connect & send 在三次握手过程中的有趣问题](http://blog.csdn.net/yangbodong22011/article/details/69802544) | ||
[Linux nc command](https://www.computerhope.com/unix/nc.htm) | ||
|
||
|