Package net.i2p.router.tunnel
Class TunnelParticipant
java.lang.Object
net.i2p.router.tunnel.TunnelParticipant
Participate in a tunnel at a location other than the gateway or outbound
endpoint. This participant should be provided with the necessary processor
if it is an inbound tunnel endpoint, and that will enable the
InboundMessageDistributor to receive defragmented and decrypted messages,
which it will then selectively forward.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final int -
Constructor Summary
ConstructorsConstructorDescriptionTunnelParticipant(RouterContext ctx, HopConfig config, HopProcessor processor) not an inbound endpointTunnelParticipant(RouterContext ctx, InboundEndpointProcessor inEndProc) inbound endpoint -
Method Summary
Modifier and TypeMethodDescriptionvoiddispatch(TunnelDataMessage msg, Hash recvFrom) intgetCompleteCountinttoString()
-
Field Details
-
DEFAULT_BW_PER_TUNNEL_ESTIMATE
static final int DEFAULT_BW_PER_TUNNEL_ESTIMATE- Since:
- 0.9.70 from BuildHandler
- See Also:
-
-
Constructor Details
-
TunnelParticipant
not an inbound endpoint -
TunnelParticipant
inbound endpoint
-
-
Method Details