Subversion Repositories Kolibri OS

Rev

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

Rev 1763 Rev 1773
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: 1763 $
17
$Revision: 1773 $
18
 
18
 
19
;----------------------
19
;----------------------
20
; 160 ms timer
20
; 160 ms timer
Line 110... Line 110...
110
 
110
 
111
	jmp	.loop
111
	jmp	.loop
Line 112... Line 112...
112
  .exit:
112
  .exit:
113
 
113
 
-
 
114
}
-
 
115
 
-
 
116
 
-
 
117
 
-
 
118
; eax = socket
-
 
119
 
-
 
120
TCP_cancel_timers:
-
 
121
 
-
 
122
	push	eax edi
-
 
123
 
-
 
124
	lea	edi, [eax + TCP_SOCKET.timer_retransmission]
-
 
125
	xor	eax, eax
-
 
126
	stosd
-
 
127
	stosd
-
 
128
	stosd
-
 
129
	stosd
-
 
130
	stosd
-
 
131
 
-
 
132
	pop	edi eax
-
 
133
 
-
 
134
 
114
}
135
	ret