forked from KolibriOS/kolibrios
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:
parent
d6647dd32a
commit
471df24fa9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user