Subversion Repositories Kolibri OS

Rev

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

Rev 3545 Rev 3562
Line 77... Line 77...
77
        mcall   send, [socketnum2], hello, hello.length
77
        mcall   send, [socketnum2], hello, hello.length
Line 78... Line 78...
78
 
78
 
79
  .loop:
79
  .loop:
Line 80... Line 80...
80
        mcall   10
80
        mcall   10
81
 
81
 
82
        mcall   recv, [socketnum2], buffer, buffer.length
82
        mcall   recv, [socketnum2], buffer, buffer.length, 0
Line 83... Line 83...
83
        cmp     eax, -1
83
        cmp     eax, -1