Subversion Repositories Kolibri OS

Rev

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

Rev 4429 Rev 4587
Line 184... Line 184...
184
 
184
 
185
  .timeout:
185
  .timeout:
186
        mov     eax, [esp+4]
186
        mov     eax, [esp+4]
187
        mov     [eax + SOCKET.errorcode], ETIMEDOUT
187
        mov     [eax + SOCKET.errorcode], ETIMEDOUT
188
        and     [eax + SOCKET.state], not SS_ISCONNECTING
188
        and     [eax + SOCKET.state], not SS_ISCONNECTING
189
        call    SOCKET_notify.unblock
189
        call    SOCKET_notify
Line 190... Line 190...
190
        ret     4
190
        ret     4
191
 
191
 
192
  .fail:
192
  .fail: