limit simultinously sent streaming packets

This commit is contained in:
orignal
2025-07-20 08:42:39 -04:00
parent 27b005a9b2
commit 2fafca1571
3 changed files with 48 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ namespace garlic
{
GarlicRoutingSession::GarlicRoutingSession (GarlicDestination * owner, bool attachLeaseSet):
m_Owner (owner), m_LeaseSetUpdateStatus (attachLeaseSet ? eLeaseSetUpdated : eLeaseSetDoNotSend),
m_LeaseSetUpdateMsgID (0), m_IsWithJava (false)
m_LeaseSetUpdateMsgID (0), m_IsWithJava (false), m_NumSentPackets (0)
{
}