Uses of Enum
net.i2p.router.transport.udp.PeerTestState.Role
Package
Description
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Uses of PeerTestState.Role in net.i2p.router.transport.udp
Modifier and TypeMethodDescriptionPeerTestState.getOurRole()
Are we Alice, bob, or Charlie.static PeerTestState.Role
Returns the enum constant of this type with the specified name.static PeerTestState.Role[]
PeerTestState.Role.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic byte[]
SSU2Util.createPeerTestData
(I2PAppContext ctx, Hash h, Hash h2, PeerTestState.Role role, long nonce, byte[] ip, int port, SigningPrivateKey spk) Make the data for the peer test block(package private) PeerState
UDPTransport.pickTestPeer
(PeerTestState.Role peerRole, int version, boolean isIPv6, RemoteHostId dontInclude) Pick a Bob (if we are Alice) or a Charlie (if we are Bob).ModifierConstructorDescriptionPeerTestState
(PeerTestState.Role role, PeerState bob, boolean isIPv6, long nonce, long now)