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

Jumbo frames with bandwidth limitation? #240

Open
GoogleCodeExporter opened this issue Aug 22, 2015 · 1 comment
Open

Jumbo frames with bandwidth limitation? #240

GoogleCodeExporter opened this issue Aug 22, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
I’m trying to emulate a simple WAN link (RJ45 to router to router to RJ45) 
for testing purposes.  The software being tested uses UDP unicast and requires 
jumbo MTU sizes all the way through the path.  I’ve done some hacking to get 
jumbo frames working (i.e. can ping through CORE in both directions using 8000 
byte packets).  I can successfully add delay to the link between the routers.  
However, when I try to restrict bandwidth on the link, one of the routers (n4) 
starts choking on jumbo frames.

What is the expected output? What do you see instead?
I expect to be able to ping -s 8000 through the emulator. Currently it works up 
to 2005 bytes, but anything larger fails to reach the n4 router eth0 interface.

What version of the product are you using? On what operating system?
Version 4.6, built from source on RHEL6_x86_64.

Please provide any additional information below.
Please see attached IMN file.

Thanks!

Original issue reported on code.google.com by [email protected] on 28 Mar 2014 at 5:55

Attachments:

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

No branches or pull requests

1 participant