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
If I put a packet that does not need to be segment in a segment package, and SegO and SegN are both 0, you reply to my ACK. But you still start the timer to wait for my next packet, but I don't have the next packet. Then your timer times out. The correct operation should be that if Seg0 and SegN are both 0, you don't need to start the timer to wait after responding to ACK?
To Reproduce
Steps to reproduce the behavior:
Prepare a data packet that does not need to be sub-packeted and put it in the Segment
Platform details:
OS: [e.g. Android]
Latest version
Logs / Screenshots
Log
Problem code?
The text was updated successfully, but these errors were encountered:
Describe the bug
If I put a packet that does not need to be segment in a segment package, and SegO and SegN are both 0, you reply to my ACK. But you still start the timer to wait for my next packet, but I don't have the next packet. Then your timer times out. The correct operation should be that if Seg0 and SegN are both 0, you don't need to start the timer to wait after responding to ACK?
To Reproduce
Steps to reproduce the behavior:
Platform details:
Logs / Screenshots
![20241101004520](https://private-user-images.githubusercontent.com/28349069/382041599-931d73d5-dbfb-4425-a087-31fa92c471df.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNjQyNjEsIm5iZiI6MTczOTE2Mzk2MSwicGF0aCI6Ii8yODM0OTA2OS8zODIwNDE1OTktOTMxZDczZDUtZGJmYi00NDI1LWEwODctMzFmYTkyYzQ3MWRmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA1MDYwMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTAyYWRmZTFlMzMyMzllZWVlNjgzNTQzOTc2MDdiMzg2NWFiZWY0YWE1Y2Q0NDI3YjhlMzgwODE2MDM3Y2JlZTgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ZTJ_PZsBJFZ28ysBmxlnqBzwFth-sAL9J09UpUkAI0w)
![20241101004543](https://private-user-images.githubusercontent.com/28349069/382041672-1c44ad97-327c-4d41-ade0-f6887f790efd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNjQyNjEsIm5iZiI6MTczOTE2Mzk2MSwicGF0aCI6Ii8yODM0OTA2OS8zODIwNDE2NzItMWM0NGFkOTctMzI3Yy00ZDQxLWFkZTAtZjY4ODdmNzkwZWZkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA1MDYwMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTllMDk2ZWFhNzI2OGQ2NWVlMDIwN2U2NDRjMWU2MzI0N2UwODI2ZTZhMTdkMzgzMTM4OWIyZTY3OTRjYmNjMjMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ggrfMep9eyJdlArj4i3TDpORS5Pdx2MuJgLmnYwYBCg)
Log
Problem code?
The text was updated successfully, but these errors were encountered: