forked from I2P_Developers/i2p.i2p
FloodfillMonitorJob: use the 60 min rate avg instead of lifetime avg, but fallback to the lifetime.
SAMStreamSend: fix tabbing from earlier commit.
This commit is contained in:
@ -174,7 +174,7 @@ public class SAMStreamSend {
|
||||
}
|
||||
|
||||
public boolean openConnection() {
|
||||
FileInputStream fin = null;
|
||||
FileInputStream fin = null;
|
||||
try {
|
||||
fin = new FileInputStream(_destFile);
|
||||
byte dest[] = new byte[1024];
|
||||
|
Reference in New Issue
Block a user