Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4024 → Rev 4025

/kernel/trunk/network/stack.inc
115,6 → 115,7
 
; Error Codes
ENOBUFS = 1
EINPROGRESS = 2
EOPNOTSUPP = 4
EWOULDBLOCK = 6
ENOTCONN = 9
125,6 → 126,7
EADDRINUSE = 20
ECONNREFUSED = 61
ECONNRESET = 52
EISCONN = 56
ETIMEDOUT = 60
ECONNABORTED = 53