One more i2cp buffer size increase

This commit is contained in:
zzz
2020-11-10 14:57:39 +00:00
parent 989f64192f
commit 7aa78a1aed

View File

@@ -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);