629d12ade1
* Tunnels:
...
- Do RED dropping before the IBGW fragmenter, not after
- Change batch time to 250ms for IBGWs (was 100ms)
- Change batch time to 150ms for exploratory OBGWs (was 100ms)
- Start a new message in the fragmenter if almost full
- Fix a major, longstanding synchronization bug in the FragmentHandler
which led to corrupt messages at the endpoints
- More cleanups and comments
2009-12-22 15:08:10 +00:00
08929752a6
move SubmitMessageHistoryJob to test
2009-12-22 15:02:28 +00:00
aaa5b4ca86
oops
2009-12-20 15:05:58 +00:00
8d7e84494b
-10
2009-12-20 15:00:19 +00:00
a877b21839
more comments and cleanup
2009-12-20 14:50:41 +00:00
30b7dbf1f7
Tunnel fragmenter cleanup, prep for enhancements
2009-12-19 22:20:58 +00:00
ecae0b055d
schedule the outbound rather than sleep the thread for 3 seconds
2009-12-19 18:15:21 +00:00
2a1d358141
* Profile, DBHistory:
...
- Tweak the rate periods
- Add a global fail rate stat
- Increase the HashMap sizes
2009-12-19 17:10:39 +00:00
579b450029
clean up context usage
2009-12-19 16:56:38 +00:00
72eafe0920
* Tunnels: Reduce the drop probability for TunnelBuildMessages at the OBEP
2009-12-19 16:54:59 +00:00
f226392c9d
static access fix
2009-12-19 16:53:49 +00:00
2cd5c209f5
unused cleanup
2009-12-19 16:52:49 +00:00
f0d444b32e
add to javadoc and adjust logging
2009-12-19 16:52:18 +00:00
4baff9fbab
* Router: Move some more threads to I2PAppThread so an OOM won't crash the router
2009-12-19 16:49:55 +00:00
8e656427d8
* Console:
...
- Fix status to show a disconnected network error rather than
clock skew or UDP error when disconnected
- Use peer clock skew rather than clock offset for determining
whether to display clock skew error, i.e. display what matters
* Transport: Rework peer clock skew method to always return a value
by falling back to router clock offset;
Fix possible AIOOBE and divide by zero; remove logging;
reduce min number of peers
2009-12-19 16:47:18 +00:00
08e54c515e
add isRouterContext() method
2009-12-19 16:37:44 +00:00
43b71a263c
* Tunnel building:
...
- Increase timeout to 13s (was 10s)
- Fix tunnel.buildReplyTooSlow stat
- Tweak logging
- Prioritize expl. builds over client builds
- Code cleanups
2009-12-17 23:45:20 +00:00
5c4672d1e3
drop another unused class
2009-12-17 15:49:17 +00:00
6b83fc6b3b
InNetMessagePool cleanup
2009-12-16 17:25:09 +00:00
7b1caac9ac
cleanup and tag susidns jsps
2009-12-15 17:25:01 +00:00
cec75fa60e
fix i2ptunnel bundles
2009-12-15 01:51:56 +00:00
e07e329c26
Tunnels: static fix, synchronization fix, deprecate setPairedTunnel()
2009-12-15 01:41:43 +00:00
3fa9ae0b82
* Find ResourceBundles in wars
...
* Fix restart from config.jsp if no wrapper
* i2psnark: Elaborate popups
2009-12-13 15:47:51 +00:00
7feed50af4
-5
2009-12-13 09:26:10 +00:00
6b8dffc401
-4
2009-12-12 17:51:01 +00:00
c3dc76e35f
disable internal sockets until I can fix the borkenness
2009-12-12 01:36:57 +00:00
1cec793217
add missing file, prop history, -2
2009-12-11 18:26:53 +00:00
6029e1a291
* Fragmenter: Pull the new comments, new stats, and
...
debug log fix from i2p.i2p.zzz.batch in - but not the
batching mods, which need a fresh look.
2009-12-11 18:00:34 +00:00
4562254862
propagate from branch 'i2p.i2p' (head f672021bb9871a728005be3bd9581710738b9e5f)
...
to branch 'i2p.i2p.zzz.test' (head e115e218dbb666839e69fa1e1ba7378554b9874f)
2009-12-10 13:34:05 +00:00
73537d27d0
bump as requested
2009-12-08 15:27:14 +00:00
f446a5f1fc
* Misc. cleanups after review, prep for release
2009-12-08 00:41:58 +00:00
1cd54dc12e
* netdb.jsp: Fix bug caused by XSS fix
...
* Translations: drop ru until after release
2009-12-06 21:42:28 +00:00
e1a88c9426
drop 6 unused classes
2009-12-06 15:07:03 +00:00
708b3a662c
* Build: Fix poupdate dependency
...
* Console: Add Russian option
2009-12-05 17:19:23 +00:00
978cd2c484
* BOB: fix a critical bug causing ghosts on probes and remove unused code.
2009-12-05 13:26:40 +00:00
bda4eb830e
prevent accept() hang on internal socket
2009-12-04 11:16:43 +00:00
f5c1acc749
Fix potential XSS holes
2009-12-04 00:27:05 +00:00
7262c014c0
* I2CP: Implement an internal "socket" class that
...
allows clients in the same JVM to connect to the
router without going through the kernel
2009-12-04 00:20:43 +00:00
4c812c7bff
* HTTP Proxy: Don't send proxy.i2p to the naming service,
...
it was making the error pages load slowly
2009-11-29 18:49:28 +00:00
f3a88398f2
Fix the default inbound burst
2009-11-29 18:46:48 +00:00
278b917494
net.i2p.router.transport.udp deadwood code cleanup.
...
documented rare NPE in InboundEstablishState.java.
2009-11-29 15:02:50 +00:00
0642fa8093
* Improvement to BOB's TCPio to hopefully lower load average. It seems
...
to be helping a little when stress-tested with Robert.
2009-11-28 13:53:34 +00:00
ea0747171f
* NetDb:
...
- Switch from ArrayList to ConcurrentHashSet in
KBucketImpl to reduce chance of deadlock;
remove periodic shuffling of the bucket,
needs to be addressed elsewhere
2009-11-27 14:39:53 +00:00
105524d9c0
remove another 8887 reference
2009-11-24 20:22:31 +00:00
95e0492b32
* Profiles: Record successes in the DB fail rate
...
too, so we can calculate a percentage
* profiles.jsp:
- Change fail rate from count to percent
- Hide standard profiles by default
2009-11-24 20:20:30 +00:00
8433724452
* Netdb Floodfill rework part 4 of N: Search closest-to-the-key
2009-11-21 13:50:39 +00:00
e9f9e0dabb
- Adjust response time limit
2009-11-21 13:47:51 +00:00
6bdf750c19
javadoc
2009-11-21 13:45:40 +00:00
647a09b5b9
- Put closest-to-the-key in explore don't-include-list
...
- Use facade's peer selector for exploration rather than
instantiating a new one
2009-11-21 13:41:48 +00:00
312ba2599f
- Note failed floods in the profile
...
- Reduce max flood
2009-11-18 14:24:38 +00:00