Subversion Repositories Kolibri OS

Rev

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

Rev 2888 Rev 2890
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: 2888 $
17
$Revision: 2890 $
18
 
18
 
19
;-----------------------------------------------------------------
19
;-----------------------------------------------------------------
20
;
20
;
Line 131... Line 131...
131
        test    ax, ax
131
        test    ax, ax
132
        jnz     .socket_loop
132
        jnz     .socket_loop
133
  .found_socket:                                        ; ebx now contains the socketpointer
133
  .found_socket:                                        ; ebx now contains the socketpointer
134
        DEBUGF  1,"Socket ptr: %x\n", ebx
134
        DEBUGF  1,"Socket ptr: %x\n", ebx
Line -... Line 135...
-
 
135
 
-
 
136
; update stats
Line 135... Line 137...
135
 
137
        inc     [TCP_segments_rx]                       ; FIXME: correct interface?
136
 
138
 
Line 137... Line 139...
137
;----------------------------
139
;----------------------------
Line 1053... Line 1055...
1053
        sub     edi, [ebx + TCP_SOCKET.SND_UNA]         ; now we got the number of acked bytes in edi
1055
        sub     edi, [ebx + TCP_SOCKET.SND_UNA]         ; now we got the number of acked bytes in edi
Line 1054... Line 1056...
1054
 
1056
 
Line 1055... Line 1057...
1055
        ;;; TODO: update stats
1057
        ;;; TODO: update stats