Subversion Repositories Kolibri OS

Rev

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

Rev 4423 Rev 5201
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 -... Line 16...
-
 
16
 
-
 
17
$Revision: 4850 $
Line 16... Line 18...
16
 
18
 
17
 
19
 
18
;-------------------------
20
;-------------------------
19
;
21
;
Line 184... Line 186...
184
 
186
 
185
  .timeout:
187
  .timeout:
186
        mov     eax, [esp+4]
188
        mov     eax, [esp+4]
187
        mov     [eax + SOCKET.errorcode], ETIMEDOUT
189
        mov     [eax + SOCKET.errorcode], ETIMEDOUT
188
        and     [eax + SOCKET.state], not SS_ISCONNECTING
190
        and     [eax + SOCKET.state], not SS_ISCONNECTING
189
        call    SOCKET_notify.unblock
191
        call    SOCKET_notify
Line 190... Line 192...
190
        ret     4
192
        ret     4
191
 
193
 
192
  .fail:
194
  .fail: