Subversion Repositories Kolibri OS

Rev

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

Rev 3545 Rev 3562
Line 127... Line 127...
127
 
127
 
128
        call    [con_get_flags]
128
        call    [con_get_flags]
129
        test    eax, 0x200                      ; con window closed?
129
        test    eax, 0x200                      ; con window closed?
Line 130... Line 130...
130
        jnz     close_conn
130
        jnz     close_conn
131
 
131
 
132
        mcall   recv, [socketnum], buffer, 4096
132
        mcall   recv, [socketnum], buffer, 4096, 0
Line 133... Line 133...
133
        cmp     eax, sizeof.PPPoE_frame
133
        cmp     eax, sizeof.PPPoE_frame
134
        jb      mainloop
134
        jb      mainloop