- Jun 07, 2008
-
-
complication authored
-
- Jun 06, 2008
-
-
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
-
zzz authored
- Add messages when dropping tunnel requests due to load
-
- May 10, 2008
- May 09, 2008
-
-
- May 07, 2008
-
-
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
-
- May 06, 2008
- May 05, 2008
-
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
- Add reachability status - Add participating tunnel acceptance status * Throttle: Reject tunnels for first 10m uptime
-
zzz authored
since they don't know if they are unreachable
-
zzz authored
- Fix a couple of tunnel cache cleaning bugs - Cache based on source+dest pairs rather than just dest - Send the reply leaseSet only when necessary, rather than all the time (big savings in overhead) - Enable persistent lease selection again - Logging tweaks
-
zzz authored
we can determine our IP address and do peer testing. Otherwise a router may never determine its IP address or reachability status.
-
zzz authored
-
- Apr 25, 2008
- Apr 20, 2008
-
-
dev authored
and '8adc3b02e35ce3275e813ca9c64d75d02a0d9310'
-
dev authored
-
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
-
- Apr 17, 2008
-
-
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
-