This commit is contained in:
jrandom
2004-11-25 21:49:29 +00:00
committed by zzz
parent f10db9d91a
commit b0513fff8a
6 changed files with 65 additions and 2 deletions

View File

@@ -13,6 +13,10 @@ import net.i2p.util.ByteCache;
import net.i2p.util.Log;
/**
* Queue out packets to be sent through the session.
* Well, thats the theory at least... in practice we just
* send them immediately with no blocking, since the
* mode=bestEffort doesnt block in the SDK.
*
*/
class PacketQueue {