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
I'm listening to data recv and data send events and trying to concatenate data to reconstruct the stream. It seems the result becomes incorrect when a packet loss / retransmission happens.
The text was updated successfully, but these errors were encountered:
In the event data recv and data send events, why is there not the tcp sequence number in parameter ?
So, when you receive data with this events, you can reorder or replace it.
What do you think about this solution ?
I'm listening to
data recv
anddata send
events and trying to concatenate data to reconstruct the stream. It seems the result becomes incorrect when a packet loss / retransmission happens.The text was updated successfully, but these errors were encountered: