- Reset the reassembly timeout when a new fragment is received

svn path=/trunk/; revision=52663
This commit is contained in:
Cameron Gutman 2011-07-12 20:21:59 +00:00
parent 582f691e96
commit 8143968417

View file

@ -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"));