mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +00:00
[IP]
- Reset the reassembly timeout when a new fragment is received svn path=/trunk/; revision=52663
This commit is contained in:
parent
582f691e96
commit
8143968417
1 changed files with 3 additions and 0 deletions
|
@ -293,6 +293,9 @@ VOID ProcessFragment(
|
|||
TI_DbgPrint(DEBUG_IP, ("Continueing assembly.\n"));
|
||||
/* We have a reassembly structure */
|
||||
TcpipAcquireSpinLock(&IPDR->Lock, &OldIrql);
|
||||
|
||||
/* Reset the timeout since we received a fragment */
|
||||
IPDR->TimeoutCount = 0;
|
||||
} else {
|
||||
TI_DbgPrint(DEBUG_IP, ("Starting new assembly.\n"));
|
||||
|
||||
|
|
Loading…
Reference in a new issue