I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  1. May 20, 2008
  2. May 18, 2008
    • zzz's avatar
      * Throttle: Reject tunnels for first 20m uptime (was 10m) · 9b8772a4
      zzz authored
          * TunnelPeerSelectors:
             - Re-enable strict ordering of peers,
               based on XOR distance from a random hash
             - Restrict peers with uptime < 90m from tunnels (was 2h),
               which is really 60m due to rounding in netDb publishing.
          * i2psnark:
             - Limit max pipelined requests from a single peer to 128KB
               (was unlimited; i2p-bt default is 5 * 64KB)
             - Increase max uploaders per torrent to 6 (was 4)
             - Reduce max connections per torrent to 16 (was 24) to increase
               unchoke time and reduce memory consumption
             - Strictly enforce max connections per torrent
             - Choke more gradually when over BW limit
          * help.jsp: Add a link to the FAQ
          * peers.jsp: Fix UDP direction indicators
          * hosts.txt: Add update.postman.i2p
      9b8772a4
  3. May 12, 2008
    • zzz's avatar
      * i2psnark: · bc5d87e6
      zzz authored
            - Randomize the PeerCheckerTask start times to make global limiting
              work better
            - Calculate bw limits using 40s rather than 4m averages to make
              bw limiting work better
            - Change default bw limit from uplimit/3 to uplimit/2 due to
              overhead reduction from the leaseset bundling change
      bc5d87e6
    • zzz's avatar
      * Outbound message: · d81bff26
      zzz authored
            - Tweak the cache key for efficiency
      d81bff26
    • zzz's avatar
      * Stats: · 042399f2
      zzz authored
            - Require two udp stats when stats.full=false, caused NPE on peers.jsp
      042399f2
    • zzz's avatar
      * libjbigi: · 5be7ea1f
      zzz authored
            - Add documentation on dynamic build option
            - Add two speed tests to the build script
            - Clean up the build script, make it easier to build dynamic
      5be7ea1f
    • zzz's avatar
      * Update Handler: · db34665b
      zzz authored
            - Add postman to the list
      db34665b
    • zzz's avatar
      * Summary bar: · ed9a03eb
      zzz authored
            - Add messages when dropping tunnel requests due to load
      ed9a03eb
  4. May 10, 2008
  5. May 09, 2008
  6. May 07, 2008
    • zzz's avatar
      * Reachability: · 0bde8a24
      zzz authored
            - Restrict peers requiring introducers from inbound tunnels,
              since it's slow and unreliable... and many of them advertise
              NTCP, which seems unlikely to work
            - Provide warning on summary bar if firewalled with inbound NTCP enabled
          * Stats: Remove the bw.[send,recv]Bps[1,15]s stats unless
            log level net.i2p.router.transport.FIFOBandwidthLimiter >= WARN
            at startup (you didn't get any data unless you set the log level anyway)
          * oldstats.jsp: Don't put 2 decimal places on integer event counts
          * Remove the Internals link from the menu bar
          * i2psnark: Extend startup delay from 1 to 3 minutes
      0bde8a24
  7. May 06, 2008
  8. May 05, 2008
  9. Apr 25, 2008
  10. Apr 20, 2008
    • dev's avatar
      merge of '20e06eb5e2ee39991682cae68511fca1944cd5b0' · c6059b9d
      dev authored
           and '8adc3b02e35ce3275e813ca9c64d75d02a0d9310'
      c6059b9d
    • dev's avatar
      added news-entry for trac · f68c9242
      dev authored
      f68c9242
    • zzz's avatar
      * Outbound message/Reachability: · 51838ba0
      zzz authored
            - Fix a bug from -19 causing the persistent lease selection
              removed in -17 to be back again
            - Use netDb-listed-unreachable instead of detected-unreachable
              for exclusion of unreachable peers from selected leases,
              as there are potential anonymity problems with using
              detected-unreachable
            - Tweak logging some more
          * NetDb stats: Remove a couple more including the inefficient stat_identities
      51838ba0
  11. Apr 17, 2008
    • zzz's avatar
      * Reachability: · cf50b7ea
      zzz authored
            - Track unreachable peers persistently
              (i.e. separately from shitlist, and not cleared when they contact us)
            - Exclude detected unreachable peers from inbound tunnels
            - Exclude detected unreachable peers from selected leases
            - Exclude detected unreachable floodfill peers from lookups
            - Show unreachable status on profiles.jsp
      cf50b7ea
  12. Apr 16, 2008
    • zzz's avatar
      * SSU/Reachability: · 2edd84e0
      zzz authored
            - Extend shitlist time from 4-8m to 40-60m
            - Add some shitlist logging
            - Don't shitlist twice when unreachable on all transports
            - Exclude netDb-listed unreachable peers from inbound tunnels;
              this won't help much since there are very few of these now
            - Remove 10s delay on inbound UDP connections used for the
              0.6.1.10 transition
            - Track and display UDP connection direction on peers.jsp
            - Show shitlist status in-line on profiles.jsp
      2edd84e0
  13. Apr 15, 2008
    • zzz's avatar
      * SSU Reachability/PeerTestManager: · 5ba1e458
      zzz authored
            - Back out strict peer ordering until we fix SSU
            - Back out persistent lease selection until we fix SSU
            - Fix detection of UDP REJECT_UNSOLICITED by recording status on expiration
            - Increase known Charlie time to 10m; 3m wasn't enough
            - Don't continue retransmitting peer test if we know Charlie
            - Don't run multiple peer tests at once
            - Tighten test frequency range to 6.5-19.5m, was 0-26m
      5ba1e458
  14. Apr 12, 2008
    • zzz's avatar
      * Addressbook: Disallow '.-' and '-.' in host names · 0b600669
      zzz authored
          * NTCP: Don't drop a connection unless both directions are idle;
                  Fix idle time for outbound connections
          * Outbound message: Make sure cached lease is in current leaseSet
          * Stats: Put all NetworkDatabase stats in same group
          * TunnelPool: Stop building tunnels and leaseSets after client shutdown
          * i2psnark: Add locking to prevent two I2CP connections
      0b600669
  15. Apr 07, 2008
  16. Mar 30, 2008
    • zzz's avatar
      * ExploratoryPeerSelector: Try NonFailing even more · a7a6c75a
      zzz authored
          * HostsTxtNamingService: Add reverse lookup support
          * Outbound message: Minor cleanup
          * i2psnark TrackerCLient: Minor cleanup
          * checklist.txt: Minor edit
          * hosts.txt: Add perv.i2p, false.i2p, mtn.i2p2.i2p
          * i2ptunnel.config: Change CVS client to mtn
          * netdb.jsp: Show leaseSet destinations using reverse lookup
          * profiles.jsp: First cut at showing floodfill data
      a7a6c75a
Loading