Subversion Repositories Kolibri OS

Rev

Rev 4265 | Rev 5201 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4265 Rev 4423
Line 19... Line 19...
19
;;          GNU GENERAL PUBLIC LICENSE                             ;;
19
;;          GNU GENERAL PUBLIC LICENSE                             ;;
20
;;             Version 2, June 1991                                ;;
20
;;             Version 2, June 1991                                ;;
21
;;                                                                 ;;
21
;;                                                                 ;;
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 23... Line 23...
23
 
23
 
Line 24... Line 24...
24
$Revision: 4265 $
24
$Revision: 4423 $
25
 
25
 
26
uglobal
26
uglobal
27
        net_10ms        dd ?
27
        net_10ms        dd ?
Line 108... Line 108...
108
SS_MORETOCOME           = 0x4000
108
SS_MORETOCOME           = 0x4000
Line 109... Line 109...
109
 
109
 
Line 110... Line 110...
110
SS_BLOCKED              = 0x8000
110
SS_BLOCKED              = 0x8000
111
 
111
 
Line 112... Line 112...
112
 
112
 
113
SOCKET_MAXDATA          = 4096*32       ; must be 4096*(power of 2) where 'power of 2' is at least 8
113
SOCKET_MAXDATA          = 4096*8        ; must be 4096*(power of 2) where 'power of 2' is at least 8
114
MAX_backlog             = 20            ; maximum backlog for stream sockets
114
MAX_backlog             = 20            ; maximum backlog for stream sockets
Line 150... Line 150...
150
NET_LINK_MAC            = 1     ; Media access control (ethernet, isdn, ...)
150
NET_LINK_MAC            = 1     ; Media access control (ethernet, isdn, ...)
151
NET_LINK_PPP            = 2     ; Point to Point Protocol (PPPoE, ...)
151
NET_LINK_PPP            = 2     ; Point to Point Protocol (PPPoE, ...)
152
NET_LINK_IEEE802.11     = 3     ; IEEE 802.11 (WiFi)
152
NET_LINK_IEEE802.11     = 3     ; IEEE 802.11 (WiFi)
Line 153... Line 153...
153
 
153
 
154
; Hardware acceleration bits
154
; Hardware acceleration bits
-
 
155
NET_HWACC_TCP_IPv4_IN   = 1 shl 0
Line 155... Line 156...
155
HWACC_TCP_IPv4          = 1 shl 0
156
NET_HWACC_TCP_IPv4_OUT  = 1 shl 1
Line 156... Line 157...
156
 
157
 
157
struct  NET_DEVICE
158
struct  NET_DEVICE