poke jrandom's eyes into the semantic of an "else" clause

(you may remove both comments when you understood it)

[mihi]
This commit is contained in:
mihi
2004-05-07 03:10:57 +00:00
committed by zzz
parent a3977f37f7
commit 4021deec7f

View File

@ -378,6 +378,9 @@ class I2PSocketImpl implements I2PSocket {
// but perhaps there's something funky in the stream's operation, // but perhaps there's something funky in the stream's operation,
// or some other dependency within the rest of the ministreaming // or some other dependency within the rest of the ministreaming
// lib, so for the moment, return false. --jr // lib, so for the moment, return false. --jr
// --
// hehe, look at the else. This case is only used iff len == -1
// and bcsize == 0 (i.e. there is an EOF) --mihi
return false; return false;
} }
if ((bcsize < MAX_PACKET_SIZE) && (in.available() == 0)) { if ((bcsize < MAX_PACKET_SIZE) && (in.available() == 0)) {