1. 05 Feb, 2003 2 commits
  2. 03 Feb, 2003 1 commit
  3. 31 Jan, 2003 2 commits
    • Jon Grimm's avatar
      Merge touki.austin.ibm.com:/home/jgrimm/bk/lksctp-2.5 · 033f9f79
      Jon Grimm authored
      into touki.austin.ibm.com:/home/jgrimm/bk/lksctp-2.5.work
      033f9f79
    • Jon Grimm's avatar
      [SCTP] Fix large message sends. · 6258f7e8
      Jon Grimm authored
      Fix limitation where we could not send messages that exceeded the
      maximum data chunk size.   We still need partial data delivery to
      accept messages with len > rwnd, but this fixes the sending.  Sends
      are still limited (as per the I-D) to SNDBUF. 
      
      Additionally, we can now 'bundle' fragmented DATA with the 
      Cookie-Echo packet, not just a small message.  
      6258f7e8
  4. 29 Jan, 2003 2 commits
  5. 28 Jan, 2003 1 commit
  6. 24 Jan, 2003 3 commits
  7. 23 Jan, 2003 4 commits
  8. 22 Jan, 2003 3 commits
  9. 21 Jan, 2003 2 commits
  10. 20 Jan, 2003 1 commit
  11. 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
  12. 16 Jan, 2003 17 commits