forked from I2P_Developers/i2p.i2p
Updated Python I2P version 0.91 by sunshine
This commit is contained in:
@ -1,18 +1,16 @@
|
||||
|
||||
Known Bugs:
|
||||
* TunnelServer may crash the I2P router in the following
|
||||
ways when a large file is downloaded:
|
||||
|
||||
* Out of memory exception (for large files)
|
||||
* Mysterious router death with no errors in the router logs
|
||||
(more recently)
|
||||
* BUG! in SAM proxy
|
||||
See http://oregonstate.edu/~barnesc/temp/sam_crash.txt
|
||||
* A small number of datagram packets sent are lost (even in a local
|
||||
loopback). This is apparently a bug in I2P.
|
||||
* tunnel.TunnelServer may crash the I2P router when a 20+ MB file
|
||||
is downloaded at 200+ KB/s (only possible with local downloads).
|
||||
* Errors raised for sockets are non entirely consistent.
|
||||
See todo.txt for how to fix this.
|
||||
* A session does not close until a program exits.
|
||||
This should be fine once I2P is patched to allow multiple
|
||||
programs to use a single session at once.
|
||||
* i2p.router.start() does not work.
|
||||
* i2p.router.start() does not work.
|
||||
|
||||
Fixed Bugs:
|
||||
* Large downloads are no longer corrupted (fixed by jrandom in I2P
|
||||
core).
|
||||
* Datagram packets are no longer lost, for a local server and
|
||||
client (fixed by jrandom in I2P core).
|
||||
|
Reference in New Issue
Block a user