Subversion Repositories Kolibri OS

Rev

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

Rev 2129 Rev 2186
Line 14... Line 14...
14
;;         Added a timer per socket to allow delays when        ;;
14
;;         Added a timer per socket to allow delays when        ;;
15
;;         rx window gets below 1KB                             ;;
15
;;         rx window gets below 1KB                             ;;
16
;;                                                              ;;
16
;;                                                              ;;
17
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
17
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 18... Line 18...
18
 
18
 
Line 19... Line 19...
19
$Revision: 2129 $
19
$Revision: 2186 $
20
 
20
 
21
 
21
 
Line 962... Line 962...
962
	je	.ack
962
	je	.ack
963
	jmp	.exit
963
	jmp	.exit
Line 964... Line 964...
964
 
964
 
965
  .data:
965
  .data:
-
 
966
    push    ecx
966
    push    ecx
967
	push    ecx edx
967
    lea     ecx, [ebx+SOCKET.lock]
968
    lea     ecx, [ebx+SOCKET.lock]
-
 
969
    call    mutex_lock
Line 968... Line 970...
968
    call    mutex_lock
970
        pop     edx ecx
969
 
971
 
970
	push	ebx
972
	push	ebx
971
	mov	eax, [ebx + SOCKET.rxDataCount]
973
	mov	eax, [ebx + SOCKET.rxDataCount]