Skip to content
Snippets Groups Projects
  1. Aug 09, 2018
  2. Aug 08, 2018
  3. Aug 07, 2018
    • rswindell's avatar
      Incremented version to 3.06 · 9eaf77be
      rswindell authored
      Added version for Bill McGarrity: for each linked-node, a preferred
      local address (AKA) can be specified to be used as the source address
      when creating packets destined for that linked-node. If no local address
      is specified, the previous (best match) logic is used: find an AKA that
      has the same zone and net as the destination address, if none found, use
      the first address with the same zone.
      9eaf77be
    • rswindell's avatar
      If the user number is 0, don't open the user file (user.dat) - the read · ed94a0d6
      rswindell authored
      of the user record is going to fail anyway. *this* explains a lot of
      instances of the user.dat file being open concurrently, at least one per
      active thread with a JS context.
      ed94a0d6
    • rswindell's avatar
      js_CreateUserObject(): if passed an internal user_t representation, the · 7cee046f
      rswindell authored
      user data is thusly cached - set the 'cached' property member to TRUE. This
      prevents an unnecessary re-read of the user file and the leaving the user file
      (user.dat) open, at least for JS contexts that contain a "user" object. I don't
      think this explains the "too many open files" errors, but it explains at least
      *some* number of the user.dat open file descriptors.
      7cee046f
  4. Aug 03, 2018
  5. Aug 01, 2018
  6. Jul 31, 2018
  7. Jul 30, 2018
  8. Jul 29, 2018
Loading