Net branch:

-Updates in TCP code: accepting connections now works.
(TCPserv is able to send 'hello world!' to telnet client)

git-svn-id: svn://kolibrios.org@1838 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr
2011-02-03 21:35:16 +00:00
parent 1510d5d932
commit 08596896d2
4 changed files with 49 additions and 37 deletions

View File

@@ -492,7 +492,8 @@ TCP_output:
.fail:
pop ecx
add esp, ecx
add esp, 4+8
pop eax
add esp, 8
mov [eax + SOCKET.lock], 0
DEBUGF 1,"TCP_output: failed\n"
ret