mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-07 06:41:43 +00:00
* Streaming: Flush debug pcap stream after closing connection
This commit is contained in:
@@ -525,6 +525,8 @@ class ConnectionManager {
|
||||
_context.statManager().addRateData("stream.con.lifetimeRTT", con.getOptions().getRTT(), con.getLifetime());
|
||||
_context.statManager().addRateData("stream.con.lifetimeCongestionSeenAt", con.getLastCongestionSeenAt(), con.getLifetime());
|
||||
_context.statManager().addRateData("stream.con.lifetimeSendWindowSize", con.getOptions().getWindowSize(), con.getLifetime());
|
||||
if (I2PSocketManagerFull.pcapWriter != null)
|
||||
I2PSocketManagerFull.pcapWriter.flush();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user