An error occurred fetching the project authors.
  1. 21 Apr, 2003 1 commit
    • Jon Grimm's avatar
      [SCTP] Track partially acked message for SEND_FAILED. · deabf854
      Jon Grimm authored
      For SEND_FAILED support, we need to keep around data chunk fragments
      that have been acked, where other fragments of the same message
      have not.  With this, Ardelle should be able to finish up the
      SEND_FAILED support. 
      deabf854
  2. 08 Apr, 2003 1 commit
    • Jon Grimm's avatar
      [SCTP] Use Crypto API · d77fdda9
      Jon Grimm authored
      Rip out our own HMAC-SHA1 and replace with crypto API.  
      Can now choose hmac-sha1, hmac-md5, or none with regards to what
      HMAC to use for cookie echo verification.
      d77fdda9
  3. 12 Feb, 2003 1 commit
  4. 17 Jan, 2003 1 commit
    • 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. 15 Dec, 2002 1 commit
  6. 23 Oct, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Allow for <mod>-y as well as <mod>-objs for multipart objects. · 17527296
      Kai Germaschewski authored
      Traditionally, the individual components of a multipart module are
      listed in <mod>-objs. Allow for using <mod>-y as well, as that turns
      out to simplify declaring optional parts of multi-part modules, see
      the converted examples in net/*/Makefile.
      
      This change is backwards-compatible, i.e. not converted Makefiles
      still work just fine.
      17527296
  7. 29 Aug, 2002 1 commit
  8. 28 Aug, 2002 1 commit
  9. 19 Aug, 2002 1 commit