forked from I2P_Developers/i2p.i2p
SSU2: Method scope
This commit is contained in:
@@ -177,7 +177,7 @@ class OutboundEstablishState {
|
||||
*
|
||||
* @since 0.9.54
|
||||
*/
|
||||
public OutboundEstablishState(RouterContext ctx, RemoteHostId claimedAddress,
|
||||
protected OutboundEstablishState(RouterContext ctx, RemoteHostId claimedAddress,
|
||||
RemoteHostId remoteHostId,
|
||||
RouterIdentity remotePeer,
|
||||
boolean needIntroduction,
|
||||
|
||||
@@ -725,7 +725,7 @@ class PacketBuilder2 {
|
||||
*
|
||||
* @return null on failure
|
||||
*/
|
||||
private UDPPacket buildRelayRequest(byte[] signedData, PeerState2 bob) {
|
||||
UDPPacket buildRelayRequest(byte[] signedData, PeerState2 bob) {
|
||||
Block block = new SSU2Payload.RelayRequestBlock(signedData);
|
||||
UDPPacket rv = buildPacket(Collections.emptyList(), Collections.singletonList(block), bob);
|
||||
rv.setMessageType(TYPE_RREQ);
|
||||
|
||||
Reference in New Issue
Block a user