forked from KolibriOS/kolibrios
Fixed a bug in the last commit
git-svn-id: svn://kolibrios.org@2938 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
ead0b600bf
commit
737f5cdfee
@ -467,7 +467,7 @@ TCP_send:
|
|||||||
pop edi
|
pop edi
|
||||||
pop esi ; begin of data
|
pop esi ; begin of data
|
||||||
pop ecx ; full packet size
|
pop ecx ; full packet size
|
||||||
mov eax, [esp + 8]
|
mov eax, [esp + 12] ; socket ptr
|
||||||
|
|
||||||
;----------------------------------
|
;----------------------------------
|
||||||
; initialize retransmit timer (400)
|
; initialize retransmit timer (400)
|
||||||
|
Loading…
Reference in New Issue
Block a user