i suppose i should commit this, 'eh? (thanks mule)

This commit is contained in:
jrandom
2004-11-17 03:43:04 +00:00
committed by zzz
parent 3629d7a32c
commit 107da0ae22

View File

@ -181,7 +181,7 @@ public class SAMStreamSession {
d.fromBase64(dest);
// FIXME: we should config I2PSocketOptions here
I2PSocketOptions opts = new I2PSocketOptions();
I2PSocketOptions opts = socketMgr.buildOptions();
opts.setConnectTimeout(60 * 1000);
_log.debug("Connecting new I2PSocket...");