forked from KolibriOS/kolibrios
fix for TCP connections not closing (from tsdima)
git-svn-id: svn://kolibrios.org@1284 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
c44423f7ec
commit
f38c7eea18
@ -593,7 +593,7 @@ local sockAddr dd ?
|
|||||||
|
|
||||||
push eax
|
push eax
|
||||||
|
|
||||||
mov bl, TH_FIN
|
mov bl, TH_FIN+TH_ACK
|
||||||
xor ecx, ecx
|
xor ecx, ecx
|
||||||
xor esi, esi
|
xor esi, esi
|
||||||
stdcall build_tcp_packet, [sockAddr]
|
stdcall build_tcp_packet, [sockAddr]
|
||||||
|
Loading…
Reference in New Issue
Block a user