I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  • jrandom's avatar
    f85ce180
    * added a way to control how large we let the buffers grow before we block, · f85ce180
    jrandom authored and zzz's avatar zzz committed
    or even whether to have the blocking action timeout and close the socket after
    a certain delay
    * refactored the I2PSocketOptions to be more actively used
    * added a pair of ministreaming lib demo apps:
    - StreamSinkServer listens to a destination and dumps any data it receives on a socket to a per-socket file
    - StreamSinkClient sends a destination a specified number of random bytes, then disconnects
    f85ce180
    History
    * added a way to control how large we let the buffers grow before we block,
    jrandom authored and zzz's avatar zzz committed
    or even whether to have the blocking action timeout and close the socket after
    a certain delay
    * refactored the I2PSocketOptions to be more actively used
    * added a pair of ministreaming lib demo apps:
    - StreamSinkServer listens to a destination and dumps any data it receives on a socket to a per-socket file
    - StreamSinkClient sends a destination a specified number of random bytes, then disconnects