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 {
*
* @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);
......
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