Subversion Repositories Kolibri OS

Rev

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

Rev 5133 Rev 5155
Line 12... Line 12...
12
;;          GNU GENERAL PUBLIC LICENSE                             ;;
12
;;          GNU GENERAL PUBLIC LICENSE                             ;;
13
;;             Version 2, June 1991                                ;;
13
;;             Version 2, June 1991                                ;;
14
;;                                                                 ;;
14
;;                                                                 ;;
15
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
15
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 16... Line 16...
16
 
16
 
Line 17... Line 17...
17
$Revision: 5133 $
17
$Revision: 5155 $
18
 
18
 
19
;-----------------------------------------------------------------
19
;-----------------------------------------------------------------
20
;
20
;
Line 1233... Line 1233...
1233
        mov     [ebx + TCP_SOCKET.timer_keepalive], TCP_time_keep_interval  ;;;; macro
1233
        mov     [ebx + TCP_SOCKET.timer_keepalive], TCP_time_keep_interval  ;;;; macro
1234
        or      [ebx + TCP_SOCKET.timer_flags], timer_flag_keepalive
1234
        or      [ebx + TCP_SOCKET.timer_flags], timer_flag_keepalive
Line 1235... Line 1235...
1235
 
1235
 
1236
        lea     eax, [ebx + STREAM_SOCKET.snd]
1236
        lea     eax, [ebx + STREAM_SOCKET.snd]
-
 
1237
        call    SOCKET_ring_create
-
 
1238
        test    eax, eax
Line 1237... Line 1239...
1237
        call    SOCKET_ring_create
1239
        jz      .drop
1238
 
1240
 
-
 
1241
        lea     eax, [ebx + STREAM_SOCKET.rcv]
-
 
1242
        call    SOCKET_ring_create
Line 1239... Line 1243...
1239
        lea     eax, [ebx + STREAM_SOCKET.rcv]
1243
        test    eax, eax
Line 1240... Line 1244...
1240
        call    SOCKET_ring_create
1244
        jz      .drop
1241
 
1245