Small bugfix in TCP_input for data when header prediction failed.

git-svn-id: svn://kolibrios.org@3756 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2013-07-04 10:15:03 +00:00
parent eabaacbe1b
commit 9f61003e5a

View File

@ -1455,10 +1455,9 @@ align 4
jnz @f
test ecx, ecx
jnz .final_processing
jz .final_processing
@@:
; The segment is in order?
mov eax, [edx + TCP_header.SequenceNumber]
cmp eax, [ebx + TCP_SOCKET.RCV_NXT]