fix: delay between disconnect and connect (waiting for ACK)

git-svn-id: svn://kolibrios.org@1297 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
tsdima 2009-11-28 18:11:50 +00:00
parent d6647dd32a
commit 471df24fa9

View File

@ -87,6 +87,9 @@ con:
; Need to call disconnect, since a remote close does not fully
; close the socket
call disconnect
mov eax,5
mov ebx,10 ; Delay for 100ms
mcall
call connect
jmp noc