Subversion Repositories Kolibri OS

Rev

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

Rev 3618 Rev 3704
Line 268... Line 268...
268
  .not_passive:
268
  .not_passive:
Line 269... Line 269...
269
 
269
 
270
        mov     ecx, [ebp + thread_data.socketnum]
270
        mov     ecx, [ebp + thread_data.socketnum]
271
        mov     edx, [ebp + thread_data.buffer_ptr]
271
        mov     edx, [ebp + thread_data.buffer_ptr]
272
        mov     esi, sizeof.thread_data.buffer    ;;; FIXME
272
        mov     esi, sizeof.thread_data.buffer    ;;; FIXME
273
        xor     edi, edi
273
        mov     edi, MSG_DONTWAIT
274
        mcall   recv
274
        mcall   recv
275
        inc     eax                                     ; error? (-1)
275
        inc     eax                                     ; error? (-1)
276
        jz      threadloop
276
        jz      threadloop
277
        dec     eax                                     ; 0 bytes read?
277
        dec     eax                                     ; 0 bytes read?