Thanks to visit codestin.com
Credit goes to github.com

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: inet-framework/inet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: alcortesm/inet
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.
  • 9 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 19, 2010

  1. Add scalars & vectors to SCTP for HBs & HB-ACKs

    4 new scalars keep track of the number of Heartbeats and Heartbeat-ACKs
    sent and received on each path. The vectors hold the time when they were
    sent or received.
    alcortesm committed Oct 19, 2010
    Configuration menu
    Copy the full SHA
    1d6368f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2010

  1. Configuration menu
    Copy the full SHA
    904544a View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2010

  1. Configuration menu
    Copy the full SHA
    6f73e05 View commit details
    Browse the repository at this point in the history
  2. Fix SCTP Path.Max.Retrans threshold

    RFC4960 section 8.2, second paragraph, says:
    
       When the value in the error counter exceeds the protocol parameter
       'Path.Max.Retrans' of that destination address, the endpoint should
       mark the destination transport address as inactive, and a
       notification SHOULD be sent to the upper layer.
    
    But old code marks the address as inactive when the error counter is
    *equal* to Path.Max.Retrans instead of when it *exceeds* it. This bug
    leads to make premature handovers (about half the time of what it should
    be, due to the exponential grow of the RTO between retransmissions).
    alcortesm committed Dec 23, 2010
    Configuration menu
    Copy the full SHA
    934525f View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2011

  1. Fix copyright message

    alcortesm committed Jan 3, 2011
    Configuration menu
    Copy the full SHA
    14690ef View commit details
    Browse the repository at this point in the history
  2. Fix SCTP Path.Max.Retrans threshold

    RFC4960 section 8.2, second paragraph, says:
    
       When the value in the error counter exceeds the protocol parameter
       'Path.Max.Retrans' of that destination address, the endpoint should
       mark the destination transport address as inactive, and a
       notification SHOULD be sent to the upper layer.
    
    But old code marks the address as inactive when the error counter is
    *equal* to Path.Max.Retrans instead of when it *exceeds* it. This bug
    leads to make premature handovers (about half the time of what it should
    be, due to the exponential grow of the RTO between retransmissions).
    alcortesm committed Jan 3, 2011
    Configuration menu
    Copy the full SHA
    c2a40b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2011

  1. from jesjones (#329): way to disable the large amounts of spam this m…

    …odule generates and adds a numPongs watch.
    rhornig committed Jun 8, 2011
    Configuration menu
    Copy the full SHA
    2778066 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2011

  1. Configuration menu
    Copy the full SHA
    4f16c9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eb6f86 View commit details
    Browse the repository at this point in the history
Loading