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

Skip to content
Snippets Groups Projects
  1. Dec 28, 2021
  2. Dec 27, 2021
  3. Dec 23, 2021
  4. Dec 21, 2021
    • zzz's avatar
      i2psnark standalone: Add jbigi.jar · e51738d1
      zzz authored
      as requested by R4SAS
      Unverified
      e51738d1
    • zzz's avatar
      Transport: Async NTCP writes (MR !43) · 811442f9
      zzz authored
      - Write directly from writer threads, except for during establishment and when write doesn't complete; throw those to the pumper as usual
      - New NTCPCon writelock, readlock, and statlock (formerly all on NTCPCon.this) to prevent deadlocks
      - NTCPCon chan and key now volatile, remove synch to prevent deadlocks
      - All interestOps changes now lock on the key via setInterest() and clearInterest() since changes may now happen in multiple threads
      - Set _paddingConfig at initialization to avoid NPE
      
      Greatly reduces pumper loops and CPU
      
      As proposed by jogger
      Reviewed by zlatinb
      Ref: http://zzz.i2p/topics/3192
      Unverified
      811442f9
  5. Dec 19, 2021
  6. Dec 18, 2021
Loading