Added some stub functions to net_branch

git-svn-id: svn://kolibrios.org@1885 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr
2011-02-24 14:16:02 +00:00
parent a61ff47fb2
commit d19fc735da
4 changed files with 58 additions and 17 deletions

View File

@@ -173,9 +173,7 @@ TCP_close:
;;; TODO: update slow start threshold
;;; TODO: release connection resources
; Now, mark the socket as being disconnected
mov [eax + SOCKET.state], 0 ;;; FIXME
call SOCKET_is_disconnected
ret