Subversion Repositories Kolibri OS

Rev

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

Rev 1733 Rev 1761
Line 58... Line 58...
58
 
58
 
Line 59... Line 59...
59
	cmp	[eax + SOCKET.Protocol], IP_PROTO_TCP
59
	cmp	[eax + SOCKET.Protocol], IP_PROTO_TCP
60
	jne	.loop
60
	jne	.loop
Line 61... Line -...
61
 
-
 
62
 
-
 
63
;---------------
-
 
64
 
-
 
65
	cmp	[eax + SOCKET.lock], 0
-
 
66
	jz	@f
-
 
67
 
-
 
68
	DEBUGF	1,"\nlocked\n"
-
 
69
       @@:
-
 
70
 
-
 
71
;-----------
-
 
72
 
61
 
73
	inc	[eax + TCP_SOCKET.t_idle]
62
	inc	[eax + TCP_SOCKET.t_idle]
74
	dec	[eax + TCP_SOCKET.timer_retransmission]
63
	dec	[eax + TCP_SOCKET.timer_retransmission]
Line 75... Line 64...
75
	jnz	.check_more2
64
	jnz	.check_more2