-
-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
detect slow send buffer draining pace using TCP_INFO #2421
Comments
Based on How to get amount of non-ACK-ed TCP data for the socket?, Is it possible to read the number of bytes buffered for a TCP write socket? and socket.py (Wrapper module for _socket, providing some additional facilities): r27690 adds See also : Congestion detection by observing socket queues. Next step: figure out how to detect congestion faster using this new data. |
See also #3001 |
Excellent read from cloudflare: Optimizing TCP for high WAN throughput while preserving low latency |
See When TCP sockets refuse to die:
Using TCP_INFO.
See also #2420
The text was updated successfully, but these errors were encountered: