increase ack window

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

@ -165,7 +165,7 @@ namespace llarp
bool bool
InboundMessage::ShouldSendACKS(llarp_time_t now) const InboundMessage::ShouldSendACKS(llarp_time_t now) const
{ {
return now > m_LastACKSent + (Session::DeliveryTimeout / 4); return now > m_LastACKSent + (Session::DeliveryTimeout / 2);
} }
bool bool

Loading…
Cancel
Save