- Jun 10, 2008
-
-
zzz authored
floodfills, and automatically enables/disables floodfill on Class O routers to maintain 5-7 total active floodfills
-
zzz authored
- Remove several more stats - Don't publish bw stats in first hour of uptime - Publish floodfill stats even if other stats are disabled - Changes not effective until 0.6.2.1 to provide cover.
-
zzz authored
bandwidth graph when it isn't available
-
- Jun 09, 2008
-
-
zzz authored
-
zzz authored
to branch 'i2p.i2p' (head f65d1f225d8700ea812e1c3cbc0ee9e7a5bbaf98)
-
zzz authored
* Reachability: Restrict peers with no SSU address at all from inbound tunnels * News: - Add display of last updated and last checked time on index.jsp and configupdate.jsp - Add a function to get update version (unused for now) * config.jsp: Add another warning
-
- Jun 08, 2008
-
-
zzz authored
-
- Jun 07, 2008
-
-
complication authored
-
zzz authored
* Shitlist: - Add shitlistForever() and isShitlistedForever(), unused for now - Sort the HTML output by router hash * config.jsp: Add another warning * netdb.jsp: - Sort the lease HTML output by dest hash, local first - Sort the router HTML output by router hash
-
- Jun 06, 2008
-
-
zzz authored
-
zzz authored
- Sort the leases by expiration date in TunnelPool.locked_buildNewLeaseSet() to make later LeaseSet comparisons reliable. This cleans up the code too. - Fix broken old vs. new LeaseSet comparison in ClientConnectionRunner.requestLeaseSet(), so that we only sign and publish a new LeaseSet when it's really new. Should reduce outbound overhead both in LeaseSet publishing and LeaseSet bundling, and floodfill router load, since locked_buildNewLeaseSet() generates the same LeaseSet as before quite frequently, often just seconds apart.
-
- Jun 05, 2008
-
-
zzz authored
- Add exception to enforce max # of leases = 6, should be plenty - Rewrite TunnelPool.locked_buildNewLeaseSet() so it doesn't add lots of leases and then immediately remove them again, triggering the new leaseSet size exception - Remove the now unused LeaseSet.removeLease(lease) and LeaseSet.removeLease(index) - Store first and last expiration for efficiency
-
zzz authored
-
- Jun 04, 2008
-
-
zzz authored
-
zzz authored
- Use CapacityBonus rather than ReachablilityBonus in the Capacity calculation - Persist CapacityBonus rather than ReachabilityBonus - Include SpeedBonus in the Speed calculation - Prevent negative values in Speed and Capacity when using bonuses - Clean up SpeedCalculator.java
-
zzz authored
-
- Jun 01, 2008
-
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
* ProfileOrganizer: Restrict !isSelectable() (i.e. shitlisted) peers from the High Capacity tier, not just the Fast tier, since we don't use them for tunnels anyway
-
zzz authored
set the default log level to WARN without massive spewage
-
zzz authored
-
zzz authored
clientApp.x.startOnLoad=false, to disable loading (for SAM for example). Defaults to true of course.
-
zzz authored
-
- May 30, 2008
-
-
zzz authored
-
- May 27, 2008
-
-
zzz authored
-
- May 26, 2008
-
-
zzz authored
-
zzz authored
* Stats: Add a fake uptime if not publishing stats, to get participating tunnels * build.xml: - Add an updateSmall target which includes only the essentials - Clean up the build file some - Remove empty eepsite/ and subdirs from i2pupdate.zip * configtunnels.jsp: Add warning * i2psnark: Catch a bencode exception (bad peer from tracker) earlier * i2psnark-standalone: Fix exception http://forum.i2p/viewtopic.php?p=12217
-
- May 22, 2008
-
-
dev authored
-
- May 20, 2008
-
-
zzz authored
- Call the previously unused profile.tunnelTestFailed() (redefined to include a probability argument) and severely downgrade a peer's capacity upon failures, depending on tunnel length and direction. This will help push unreachable and malicious peers out of the High Capacity tier. - Put recent fail rate on profiles.jsp * ProfileOrganizer: Logging cleanup * eepsite_index.html: Update add-host and jump links * HTTP Proxy: Remove trevorreznik jump server from list
-
dev authored
-
dev authored
and 'c60598471c5f08b7d7e12e38d39f7a1d4c8ccf63'
-
dev authored
-
- May 18, 2008
-
-
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
-
- May 12, 2008
-
-
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
-
zzz authored
- Tweak the cache key for efficiency
-
zzz authored
- Require two udp stats when stats.full=false, caused NPE on peers.jsp
-
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
-
zzz authored
- Add postman to the list
-