Package net.i2p.i2ptunnel.streamr


package net.i2p.i2ptunnel.streamr

Special-purpose client and server tunnels for streaming UDP clients and servers, generally for audio and video streaming. Extends the base classes in net.i2p.i2ptunnel.udpTunnel.

  • Classes
    Class
    Description
    Sends to many Sinks
     
     
    Compared to a standard I2PTunnel, this acts like a client on the I2P side (no privkey file) but a server on the UDP side (sends to a configured host/port)
    Compared to a standard I2PTunnel, this acts like a server on the I2P side (persistent privkey file) but a client on the UDP side (receives on a configured port)
    server-mode