Subversion Repositories Kolibri OS

Rev

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

Rev 4423 Rev 5201
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: 4423 $
24
$Revision: 5201 $
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*8        ; must be 4096*(power of 2) where 'power of 2' is at least 8
113
SOCKET_MAXDATA          = 4096*64       ; 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 311... Line 311...
311
        TCP_timer_160ms
311
        TCP_timer_160ms
Line 312... Line 312...
312
 
312
 
313
        test    [net_10ms], 0x3f        ; 640ms
313
        test    [net_10ms], 0x3f        ; 640ms
Line 314... Line -...
314
        jnz     .exit
-
 
315
 
314
        jnz     .exit
316
        TCP_timer_640ms
315
 
Line -... Line 316...
-
 
316
        ARP_decrease_entry_ttls
-
 
317
        IPv4_decrease_fragment_ttls
-
 
318
 
-
 
319
        xor     edx, edx
-
 
320
        mov     eax, [TCP_timer1_event]
-
 
321
        mov     ebx, [eax + EVENT.id]
317
        ARP_decrease_entry_ttls
322
        xor     esi, esi
318
        IPv4_decrease_fragment_ttls
323
        call    raise_event
Line 319... Line 324...
319
 
324