Subversion Repositories Kolibri OS

Rev

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

Rev 4219 Rev 4339
Line 90... Line 90...
90
 
90
 
91
; retransmit variables
91
; retransmit variables
Line 92... Line 92...
92
        SND_MAX                 dd ?
92
        SND_MAX                 dd ?
93
 
93
 
94
; congestion control
94
; congestion control
Line 95... Line 95...
95
        SND_CWND                dd ?
95
        SND_CWND                dd ?    ; congestion window
96
        SND_SSTHRESH            dd ?
96
        SND_SSTHRESH            dd ?    ; slow start threshold
97
 
97
 
98
;----------------------
98
;----------------------
Line 2083... Line 2083...
2083
 
2083
 
2084
  .next_socket:
2084
  .next_socket:
2085
        mov     eax, [eax + SOCKET.NextPtr]
2085
        mov     eax, [eax + SOCKET.NextPtr]
2086
        or      eax, eax
2086
        or      eax, eax
2087
        jz      .error
-
 
2088
                diff16 "tetten", 0, $
2087
        jz      .error
2089
        cmp     [eax + SOCKET.Number], ecx
2088
        cmp     [eax + SOCKET.Number], ecx
Line 2090... Line 2089...
2090
        jne     .next_socket
2089
        jne     .next_socket