ACKSender(RouterContext ctx,
UDPTransport transport) |
EstablishmentManager(RouterContext ctx,
UDPTransport transport) |
InboundMessageFragments(RouterContext ctx,
OutboundMessageFragments outbound,
UDPTransport transport) |
IntroductionManager(RouterContext ctx,
UDPTransport transport) |
MessageReceiver(RouterContext ctx,
UDPTransport transport) |
OutboundMessageFragments(RouterContext ctx,
UDPTransport transport,
OutboundMessageFragments.ActiveThrottle throttle) |
PacketBuilder(RouterContext ctx,
UDPTransport transport) |
PacketHandler(RouterContext ctx,
UDPTransport transport,
EstablishmentManager establisher,
InboundMessageFragments inbound,
PeerTestManager testManager,
IntroductionManager introManager) |
PeerState(RouterContext ctx,
UDPTransport transport,
byte[] remoteIP,
int remotePort,
Hash remotePeer,
boolean isInbound) |
PeerTestManager(RouterContext context,
UDPTransport transport)
Have seen peer tests (as Alice) get stuck (_currentTest != null)
so I've thrown some synchronizization on the methods;
don't know the root cause or whether this fixes it
|
UDPEndpoint(RouterContext ctx,
UDPTransport transport,
int listenPort,
InetAddress bindAddress) |
UDPReceiver(RouterContext ctx,
UDPTransport transport,
DatagramSocket socket,
String name,
SocketListener lsnr) |