forked from KolibriOS/kolibrios
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:
parent
eabaacbe1b
commit
9f61003e5a
@ -1455,10 +1455,9 @@ align 4
|
|||||||
jnz @f
|
jnz @f
|
||||||
|
|
||||||
test ecx, ecx
|
test ecx, ecx
|
||||||
jnz .final_processing
|
jz .final_processing
|
||||||
@@:
|
@@:
|
||||||
|
|
||||||
|
|
||||||
; The segment is in order?
|
; The segment is in order?
|
||||||
mov eax, [edx + TCP_header.SequenceNumber]
|
mov eax, [edx + TCP_header.SequenceNumber]
|
||||||
cmp eax, [ebx + TCP_SOCKET.RCV_NXT]
|
cmp eax, [ebx + TCP_SOCKET.RCV_NXT]
|
||||||
|
Loading…
Reference in New Issue
Block a user