mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:32:56 +00:00
- Start the sequence number at 1 instead of 0
svn path=/trunk/; revision=43731
This commit is contained in:
parent
0f288316c0
commit
fcb80fec6e
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ static BOOL Setup(VOID)
|
||||||
Target.sin_family = AF_INET;
|
Target.sin_family = AF_INET;
|
||||||
|
|
||||||
TargetIP = inet_ntoa(Target.sin_addr);
|
TargetIP = inet_ntoa(Target.sin_addr);
|
||||||
CurrentSeqNum = 0;
|
CurrentSeqNum = 1;
|
||||||
SentCount = 0;
|
SentCount = 0;
|
||||||
LostCount = 0;
|
LostCount = 0;
|
||||||
MinRTT.QuadPart = 0;
|
MinRTT.QuadPart = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue