Subversion Repositories Kolibri OS

Rev

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

Rev 3143 Rev 3144
Line 12... Line 12...
12
;;          GNU GENERAL PUBLIC LICENSE                             ;;
12
;;          GNU GENERAL PUBLIC LICENSE                             ;;
13
;;             Version 2, June 1991                                ;;
13
;;             Version 2, June 1991                                ;;
14
;;                                                                 ;;
14
;;                                                                 ;;
15
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
15
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 16... Line 16...
16
 
16
 
Line 17... Line 17...
17
$Revision: 3143 $
17
$Revision: 3144 $
18
 
18
 
19
;-----------------------------------------------------------------
19
;-----------------------------------------------------------------
20
;
20
;
Line 241... Line 241...
241
        jz      @f
241
        jz      @f
Line 242... Line 242...
242
 
242
 
243
        lodsw
243
        lodsw
244
        rol     ax, 8
244
        rol     ax, 8
245
        DEBUGF  1,"TCP_input: Maxseg=%u\n", ax
245
        DEBUGF  1,"TCP_input: Maxseg=%u\n", ax
246
        mov     [ebx + TCP_SOCKET.t_maxseg], eax
246
        call    TCP_mss
247
       @@:
247
       @@:
Line 248... Line 248...
248
        jmp     .opt_loop
248
        jmp     .opt_loop