Subversion Repositories Kolibri OS

Rev

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

Rev 6916 Rev 7680
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: 6916 $
17
$Revision: 7680 $
Line 18... Line 18...
18
 
18
 
19
TCP_BIT_SENDALOT        = 1 shl 0
19
TCP_BIT_SENDALOT        = 1 shl 0
Line 493... Line 493...
493
        cmp     ebx, [eax + TCP_SOCKET.t_maxseg]
493
        cmp     ebx, [eax + TCP_SOCKET.t_maxseg]
494
        jae     @f
494
        jae     @f
495
        xor     ebx, ebx
495
        xor     ebx, ebx
496
  @@:
496
  @@:
Line 497... Line 497...
497
 
497
 
498
        cmp     ebx, TCP_max_win
498
        cmp     ebx, TCP_max_win ;;;; shl rcv_scale
499
        jbe     @f
499
        jbe     @f
500
        mov     ebx, TCP_max_win
500
        mov     ebx, TCP_max_win ;;;; shl rcv_scale
Line 501... Line 501...
501
  @@:
501
  @@:
502
 
502
 
503
        mov     ecx, [eax + TCP_SOCKET.RCV_ADV]
503
        mov     ecx, [eax + TCP_SOCKET.RCV_ADV]