일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- RTMP
- Shell script
- Flutter
- dart
- VSCode
- Sysinternals
- wireshark
- aws
- Pod
- nginx-media-server
- ebpf
- docker
- macos
- kubectl
- golang
- aws cli
- android studio
- Android
- Python
- service
- configmap
- Java
- namespace
- deployment
- HLS
- Kubernetes
- 행정구역분류
- ffmpeg
- spring cloud config
- Windows10
- Today
- Total
woonizzooni
TFO (TCP Fast Open) 본문
TCP Fast Open
https://tools.ietf.org/html/rfc7413
2017/02/02 Enabling TCP Fast Open for NGINX on CentOS 7
- What is TCP Fast Open?
https://designhost.gr/topic/799-enabling-tcp-fast-open-for-nginx-on-centos-7/
Enabling TCP Fast Open for NGINX on CentOS 7
What is TCP Fast Open? The TCP protocol underpins most application-layer protocols like HTTP, SSH, FTP, NFS, etc. In fact TCP sits in between the IP layer (IP address routing) and the Application layer (user data), and is responsible for guaranteed and ord
designhost.gr
https://stackoverflow.com/questions/30079248/how-to-activate-the-tcp-fast-open-in-linux
how to activate the TCP Fast Open in linux
I have 2 PCs linux (PC1: kernel 3.13.0-37 and PC2: kernel 3.11.0-12) PC1-------PC2(TCP server port 4410) From PC1, I m sending a tcp packet with TCP Fast Open (Fast Open Cookie Request) I m expe...
stackoverflow.com
https://lwn.net/Articles/508865/
TCP Fast Open: expediting web services [LWN.net]
Please consider subscribing to LWNSubscriptions are the lifeblood of LWN.net. If you appreciate this content and would like to see more of it, your subscription will help to ensure that LWN continues to thrive. Please visit this page to join up and keep LW
lwn.net
Figure 2: Generating the TFO cookie
At this point, the client TCP now has a token that it can use to prove to the server TCP that an earlier three-way handshake to the client's IP address completed successfully.
For subsequent conversations with the server, the client can short circuit the three-way handshake as shown in Figure 3.
https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt
tcp_fastopen - INTEGER |
기타 참고
https://github.com/shadowsocks/shadowsocks/wiki/Optimizing-Shadowsocks
shadowsocks/shadowsocks
Contribute to shadowsocks/shadowsocks development by creating an account on GitHub.
github.com