1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

breaking testnet today i suppose pt 3: the re-breakening

This commit is contained in:
dan 2023-03-02 14:51:34 -08:00
parent 6484d627d2
commit 6af0818a4c

View file

@ -835,9 +835,9 @@ namespace llarp::quic
log::debug(logcat, "Updating pkt tx time at {}" ,__LINE__);
ngtcp2_conn_update_pkt_tx_time(conn.get(), ts); // so far always useful
++stream_packets;
//++stream_packets;
//std::advance(it, 1);
//it = strs.erase(it);
it = strs.erase(it);
if (++stream_packets == max_stream_packets)
{