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

Skip to content
Snippets Groups Projects
Unverified Commit b36ed7de authored by zzz's avatar zzz
Browse files

SSU2: Method scope

parent 693aefe8
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,7 @@ class OutboundEstablishState { ...@@ -177,7 +177,7 @@ class OutboundEstablishState {
* *
* @since 0.9.54 * @since 0.9.54
*/ */
public OutboundEstablishState(RouterContext ctx, RemoteHostId claimedAddress, protected OutboundEstablishState(RouterContext ctx, RemoteHostId claimedAddress,
RemoteHostId remoteHostId, RemoteHostId remoteHostId,
RouterIdentity remotePeer, RouterIdentity remotePeer,
boolean needIntroduction, boolean needIntroduction,
......
...@@ -725,7 +725,7 @@ class PacketBuilder2 { ...@@ -725,7 +725,7 @@ class PacketBuilder2 {
* *
* @return null on failure * @return null on failure
*/ */
private UDPPacket buildRelayRequest(byte[] signedData, PeerState2 bob) { UDPPacket buildRelayRequest(byte[] signedData, PeerState2 bob) {
Block block = new SSU2Payload.RelayRequestBlock(signedData); Block block = new SSU2Payload.RelayRequestBlock(signedData);
UDPPacket rv = buildPacket(Collections.emptyList(), Collections.singletonList(block), bob); UDPPacket rv = buildPacket(Collections.emptyList(), Collections.singletonList(block), bob);
rv.setMessageType(TYPE_RREQ); rv.setMessageType(TYPE_RREQ);
......
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