congestion-control Questions
2
TCP BBR can be enabled in linux using the following commands:
net.core.default_qdisc=fq
net.ipv4.tcp_congestion_control=bbr
as explained here
How do you do the same on a Windows 10 machine?
Caritta asked 10/2, 2020 at 22:57
5
The command 'sysctl' in linux as of now changes the congestion control algorithm globally for the entire system. But congestion control, where the TCP window size and other similar parameters are v...
Incoherent asked 14/1, 2011 at 7:41
2
Solved
I've been reading the book "Computer Networking: A Top Down Approach" and encountered a question I don't seem to understand.
As I read, TCP Congestion Control has three states: Slow Start, Congesti...
Shonda asked 13/6, 2015 at 12:56
1
what is the diffrence between TCP TAHOE and TCP RENO.
what I want to know is about the behivor to 3-dup-ack and timeout?
what happend to cwind what happend to SST?
thanks!
Jeana asked 10/6, 2016 at 8:39
8
Solved
What's the difference between flow control and congestion control in TCP?
This question can be broken down into two parts:
What is the overall purpose of flow and congestion control?
How is th...
Deafmute asked 9/5, 2013 at 23:51
2
Solved
sshuttle claims that it solves much discussed problem of TCP-over-TCP meltdown.
sshuttle assembles the TCP stream locally, multiplexes it statefully over an ssh session, and disassembles it back...
Domineca asked 2/1, 2017 at 12:46
2
I am running iperf measurements between two servers, connected through 10Gbit link. I am trying to correlate the maximum window size that I observe with the system configuration parameters.
In par...
Orelee asked 21/7, 2015 at 18:25
1
Solved
What is the difference and connection between sliding window in flow control and congestion window in congestion control?
I think both are the control size for transmitting, but what are the...
Reneareneau asked 16/10, 2013 at 22:22
1
Solved
I am looking for disable TCP slow start mechanism for high-speed network.
Currently clients send 100MB flows to random servers with non-blocking 1Gbps link.
In my math, the completion time of the f...
Imputation asked 10/6, 2013 at 0:48
0
I have an embedded device running Linux that serves sensor data across a LAN, but never WANs. Occasionally it may reside on one end of a http://en.wikipedia.org/wiki/Long_fat_network.
The archite...
Dish asked 17/7, 2012 at 2:15
1
Solved
I have pretty straightforward setup of CouchDB on my Mint/Debian box. My Java webapp was sufferring rather long delays on querying CouchDB, so I started to seek for the causes.
EDIT: The query pa...
Agnail asked 24/1, 2012 at 18:34
1
Solved
I would like a program for determining the TCP congestion control algorithm used in a captured TCP session.
The referenced Wikipedia article states:
TCP New Reno is the most commonly
implemented a...
Chivalry asked 9/2, 2009 at 15:57
1
© 2022 - 2024 — McMap. All rights reserved.