Small update in TCP code, stub for TCP_close

git-svn-id: svn://kolibrios.org@1716 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr
2010-12-10 18:37:02 +00:00
parent b0017d06ea
commit d93ba1183b
3 changed files with 47 additions and 8 deletions

View File

@@ -76,6 +76,14 @@ NET_TYPE_SLIP equ 2
MAX_backlog equ 20 ; maximum backlog for stream sockets
; Error Codes
ENOBUFS equ 55
ECONNREFUSED equ 61
ECONNRESET equ 52
ETIMEDOUT equ 60
ECONNABORTED equ 53
virtual at 0