Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mininet/mininet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rad1dlp/mininet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 26, 2013

  1. 2 primary changes made related to iperf command. to fix 2 issues.

    when user on mininet console issues a command : iperf h1 h2; and when one of
    the host is not reachable from the other , console was hung or continue to print " waiting for server to be ready message".  Fix involves 2 changes. Replace while loop with if block of code. Replace telnet mechanism with
    netcat mechanism. (which reduces the unnecessary 1 minute wait of telnet to few secs).
    
    Fix has been tested for the following :
    1. mininet minimal, tree(depth=3,fanout=4 with 64 hosts), linear(16 hosts)
    2. iperf between different reachable and unreachable hosts
    3. pingall and pingpair
    mininet committed Aug 26, 2013
    Configuration menu
    Copy the full SHA
    86b37ba View commit details
    Browse the repository at this point in the history
Loading