forked from KolibriOS/kolibrios
Updates of TCP_output for net branch
git-svn-id: svn://kolibrios.org@1761 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -60,17 +60,6 @@ local .exit
|
||||
cmp [eax + SOCKET.Protocol], IP_PROTO_TCP
|
||||
jne .loop
|
||||
|
||||
|
||||
;---------------
|
||||
|
||||
cmp [eax + SOCKET.lock], 0
|
||||
jz @f
|
||||
|
||||
DEBUGF 1,"\nlocked\n"
|
||||
@@:
|
||||
|
||||
;-----------
|
||||
|
||||
inc [eax + TCP_SOCKET.t_idle]
|
||||
dec [eax + TCP_SOCKET.timer_retransmission]
|
||||
jnz .check_more2
|
||||
|
Reference in New Issue
Block a user