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

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

enable VTBM

parent d3c490e9
No related branches found
No related tags found
No related merge requests found
...@@ -176,7 +176,7 @@ class BuildRequestor { ...@@ -176,7 +176,7 @@ class BuildRequestor {
private static final String MIN_VARIABLE_VERSION = "0.7.12"; private static final String MIN_VARIABLE_VERSION = "0.7.12";
/** change this to true in 0.7.13 if testing goes well */ /** change this to true in 0.7.13 if testing goes well */
private static final boolean SEND_VARIABLE = false; private static final boolean SEND_VARIABLE = true;
/** 5 (~2600 bytes) fits nicely in 3 tunnel messages */ /** 5 (~2600 bytes) fits nicely in 3 tunnel messages */
private static final int SHORT_RECORDS = 5; private static final int SHORT_RECORDS = 5;
private static final int LONG_RECORDS = TunnelBuildMessage.MAX_RECORD_COUNT; private static final int LONG_RECORDS = TunnelBuildMessage.MAX_RECORD_COUNT;
......
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