Skip to content
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

Download bandwidth not restricted in LAN #31

Open
Mido22 opened this issue Jul 30, 2015 · 1 comment
Open

Download bandwidth not restricted in LAN #31

Mido22 opened this issue Jul 30, 2015 · 1 comment

Comments

@Mido22
Copy link

Mido22 commented Jul 30, 2015

I am simulating a webrtc call under bad network conditions, both the peer's machines(one windows one linux) are connected through lan, below is the command I used to restrict the bandwidth on the linux machine

comcast --target-proto="tcp,udp,icmp"  --mode="start" --target-port="1:65535" --target-bw=300 --default-bw='300'

this cap has effect when I am connecting to the internet, and also reflected on the data recievied on the windows machine, but for some wierd reason, my bandwidth for recieving data on linux has not reduced( remains about 1.5Mbps) i.e windows peer recivies poor quality video of linux one, but Linux peer recieves video in good quality. Am I doing something wrong? Sorry, my knowledge is limited in networking field.

@ghost
Copy link

ghost commented Aug 11, 2015

The quotes there for default-bw, since it's parsed as an int. Maybe that's the problem?

Could you paste the output with a dry-run?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Mido22 and others