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

Skip to content
Snippets Groups Projects
Commit 0ea532c7 authored by zzz's avatar zzz
Browse files

reduce initial RTT to 8s

parent 104cf834
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ public class ConnectionOptions extends I2PSocketOptionsImpl { ...@@ -56,7 +56,7 @@ public class ConnectionOptions extends I2PSocketOptionsImpl {
private static final int TREND_COUNT = 3; private static final int TREND_COUNT = 3;
static final int INITIAL_WINDOW_SIZE = 6; static final int INITIAL_WINDOW_SIZE = 6;
static final int DEFAULT_MAX_SENDS = 8; static final int DEFAULT_MAX_SENDS = 8;
public static final int DEFAULT_INITIAL_RTT = 10*1000; public static final int DEFAULT_INITIAL_RTT = 8*1000;
static final int MIN_WINDOW_SIZE = 1; static final int MIN_WINDOW_SIZE = 1;
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment