Implemented proper closing/disconnecting for TCP sockets.

git-svn-id: svn://kolibrios.org@2869 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr
2012-07-13 16:24:41 +00:00
parent b419831aa5
commit 645e347dff
2 changed files with 76 additions and 2 deletions

View File

@@ -1749,7 +1749,7 @@ SOCKET_process_end:
.tcp:
push [ebx + SOCKET.NextPtr]
mov eax, ebx
call TCP_close
call TCP_disconnect
pop ebx
jmp .test_socket