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

Skip to content
Snippets Groups Projects
  • jrandom's avatar
    0942a7f3
    truckloads of logging · 0942a7f3
    jrandom authored and zzz's avatar zzz committed
    new async interface for error notification (e.g. you can get notified of an error prior to it throwing the IOException).
    This async is useful since the IOException can be delayed for up to a minute while waiting for the close packet to be delivered.
    The alternative is to fire off a new thread to do the closing, and we may want to go there later, but i'm not sure.
    0942a7f3
    History
    truckloads of logging
    jrandom authored and zzz's avatar zzz committed
    new async interface for error notification (e.g. you can get notified of an error prior to it throwing the IOException).
    This async is useful since the IOException can be delayed for up to a minute while waiting for the close packet to be delivered.
    The alternative is to fire off a new thread to do the closing, and we may want to go there later, but i'm not sure.