Subversion Repositories Kolibri OS

Rev

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

Rev 3555 Rev 3589
Line 85... Line 85...
85
 
85
 
86
        inc     [eax + TCP_SOCKET.t_idle]
86
        inc     [eax + TCP_SOCKET.t_idle]
87
        dec     [eax + TCP_SOCKET.timer_retransmission]
87
        dec     [eax + TCP_SOCKET.timer_retransmission]
Line 88... Line 88...
88
        jnz     .check_more2
88
        jnz     .check_more2
Line 89... Line 89...
89
 
89
 
90
        DEBUGF  1,"socket %x: Retransmission timer expired\n", eax
90
        DEBUGF  DEBUG_NETWORK_VERBOSE, "socket %x: Retransmission timer expired\n", eax
91
 
91
 
Line 92... Line 92...
92
        push    eax
92
        push    eax
93
        call    TCP_output
93
        call    TCP_output
94
        pop     eax
94
        pop     eax
Line 95... Line 95...
95
 
95
 
Line 96... Line 96...
96
  .check_more2:
96
  .check_more2:
97
        dec     [eax + TCP_SOCKET.timer_keepalive]
97
        dec     [eax + TCP_SOCKET.timer_keepalive]
Line 98... Line 98...
98
        jnz     .check_more3
98
        jnz     .check_more3
Line 124... Line 124...
124
 
124
 
125
  .check_more3:
125
  .check_more3:
126
        dec     [eax + TCP_SOCKET.timer_timed_wait]
126
        dec     [eax + TCP_SOCKET.timer_timed_wait]
Line 127... Line 127...
127
        jnz     .check_more5
127
        jnz     .check_more5
Line 128... Line 128...
128
 
128
 
129
        DEBUGF  1,"socket %x: 2MSL timer expired\n", eax
129
        DEBUGF  DEBUG_NETWORK_VERBOSE, "socket %x: 2MSL timer expired\n", eax
130
 
130
 
Line 131... Line 131...
131
  .check_more5:
131
  .check_more5:
Line 132... Line 132...
132
        dec     [eax + TCP_SOCKET.timer_persist]
132
        dec     [eax + TCP_SOCKET.timer_persist]
133
        jnz     .loop
133
        jnz     .loop
134
 
134
 
135
        DEBUGF  1,"socket %x: persist timer expired\n", eax
135
        DEBUGF  DEBUG_NETWORK_VERBOSE, "socket %x: persist timer expired\n", eax