change interval such that FEC is less often done

pull/969/head
Jeff Becker 5 years ago
parent 7f6d1ebb92
commit fc55469cfe
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -30,7 +30,7 @@ namespace llarp
/// How often to acks RX messages
static constexpr llarp_time_t ACKResendInterval = DeliveryTimeout / 2;
/// How often to retransmit TX fragments
static constexpr llarp_time_t TXFlushInterval = (DeliveryTimeout / 5) * 2;
static constexpr llarp_time_t TXFlushInterval = (DeliveryTimeout / 5) * 4;
/// How often we send a keepalive
static constexpr llarp_time_t PingInterval = 5000;
/// How long we wait for a session to die with no tx from them

Loading…
Cancel
Save