1. 21 Jan, 2003 1 commit
    • Jon Grimm's avatar
      [SCTP] Turn off hearbeat timers earlier in shutdown. · b5c1e5fd
      Jon Grimm authored
      Per clarifications made in the SCTP implementor's guide, 
      we should stop sending heartbeats as soon as we either send
      SHUTDOWN or send SHUTDOWN-ACK.
      
      Cleanup sctp_transport_t -> sctp_transport.
      Fix some missing entries in the statetable for HB related events.
      b5c1e5fd
  2. 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
  3. 10 Jan, 2003 37 commits