Subversion Repositories Kolibri OS

Rev

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

Rev 3637 Rev 3646
Line 747... Line 747...
747
        cmp     [eax + TCP_SOCKET.t_state], TCPS_SYN_RECEIVED    ; state must be LISTEN, SYN_SENT or CLOSED
747
        cmp     [eax + TCP_SOCKET.t_state], TCPS_SYN_RECEIVED    ; state must be LISTEN, SYN_SENT or CLOSED
748
        jb      .free
748
        jb      .free
Line 749... Line 749...
749
 
749
 
750
        call    TCP_usrclosed
750
        call    TCP_usrclosed
-
 
751
        call    TCP_output      ;;;; Fixme: is this nescessary??
Line 751... Line 752...
751
        call    TCP_output      ;;;; Fixme: is this nescessary??
752
        call    SOCKET_free
Line 752... Line 753...
752
 
753