You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the function QuicSocketBase::SendDataPacket(...), running the command p->AddAtEnd (OnSendingAckFrame ()); should disable delayed ACK timer m_delAckEvent. Otherwise, it also sends the same ACK after delayed ACK timeout occurs.
The text was updated successfully, but these errors were encountered:
In the function QuicSocketBase::SendDataPacket(...), running the command p->AddAtEnd (OnSendingAckFrame ()); should disable delayed ACK timer m_delAckEvent. Otherwise, it also sends the same ACK after delayed ACK timeout occurs.
The text was updated successfully, but these errors were encountered: