reset routing path if duplicated SYN received

This commit is contained in:
orignal 2024-05-17 19:19:17 -04:00
parent 285e693a4e
commit 39e16824b9
2 changed files with 12 additions and 0 deletions

View file

@ -180,6 +180,7 @@ namespace stream
bool IsEstablished () const { return m_SendStreamID; };
StreamStatus GetStatus () const { return m_Status; };
StreamingDestination& GetLocalDestination () { return m_LocalDestination; };
void ResetRoutingPath ();
void HandleNextPacket (Packet * packet);
void HandlePing (Packet * packet);