forked from I2P_Developers/i2p.i2p
merge of '3bd1963d77675d6b8db1e811e37bf7671f602040'
and 'baffe70898c078da88fedac8e7d10e5301d8b25e'
This commit is contained in:
@@ -45,8 +45,8 @@ public final class I2PDatagramMaker {
|
|||||||
* @param session I2PSession used to send I2PDatagrams through
|
* @param session I2PSession used to send I2PDatagrams through
|
||||||
*/
|
*/
|
||||||
public I2PDatagramMaker(I2PSession session) {
|
public I2PDatagramMaker(I2PSession session) {
|
||||||
sxPrivKey = session.getPrivateKey();
|
this();
|
||||||
sxDestBytes = session.getMyDestination().toByteArray();
|
this.setI2PDatagramMaker(session);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Construct a new I2PDatagramMaker that is null.
|
* Construct a new I2PDatagramMaker that is null.
|
||||||
|
Reference in New Issue
Block a user