1. 22 Jan, 2003 3 commits
  2. 21 Jan, 2003 2 commits
  3. 20 Jan, 2003 1 commit
  4. 17 Jan, 2003 2 commits
    • Jon Grimm's avatar
      [SCTP] Add jitter to the heartbeat interval. (ardelle.fan) · ea393c93
      Jon Grimm authored
      Per RFC 2960 (well, impl-guide corrections really) add a jitter in the
      range of -50% to +50% of the current rto to the heartbeat interval. 
      ea393c93
    • Jon Grimm's avatar
      [SCTP] Fix hardcoded stream counts. · 1c5f1800
      Jon Grimm authored
      Code had hardcoded limits to the maximum stream that could be used, 
      and consequent static data structures.   Now dynamically allocate
      storage for the SSN maps until _after_ we know what they are.  
      Protocols such as SIP want to use all possible streams.  
      1c5f1800
  5. 16 Jan, 2003 32 commits