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

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

One more i2cp buffer size increase

parent 989f6419
No related branches found
No related tags found
No related merge requests found
......@@ -322,7 +322,7 @@ public class SessionConfig extends DataStructureImpl {
if (_options == null) return null;
if (_creationDate == null) return null;
ByteArrayOutputStream out = new ByteArrayOutputStream(512);
ByteArrayOutputStream out = new ByteArrayOutputStream(1024);
try {
//_log.debug("PubKey size for destination: " + _destination.getPublicKey().getData().length);
//_log.debug("SigningKey size for destination: " + _destination.getSigningPublicKey().getData().length);
......
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