Uses of Class
net.i2p.router.transport.TransportBid
Package
Description
The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent.
The NTCP transport allows passing I2P messages on top of TCP.
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Uses of TransportBid in net.i2p.router.transport
Modifier and TypeMethodDescriptionTransport.bid
(RouterInfo toAddress, int dataSize) (package private) TransportBid
TransportManager.getBid
(OutNetMessage msg) (package private) TransportBid
TransportManager.getNextBid
(OutNetMessage msg) Modifier and TypeMethodDescription(package private) List<TransportBid>
TransportManager.getBids
(OutNetMessage msg) -
Uses of TransportBid in net.i2p.router.transport.ntcp
-
Uses of TransportBid in net.i2p.router.transport.udp