Subversion Repositories Kolibri OS

Rev

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

Rev 387 Rev 444
Line -... Line 1...
-
 
1
$Revision: 431 $
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
3
;;                                                              ;;
-
 
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
-
 
5
;; Distributed under terms of the GNU General Public License    ;;
2
;;                                                                 ;;
6
;;                                                              ;;
3
;;  TCP.INC                                                        ;;
7
;;  TCP.INC                                                     ;;
4
;;                                                                 ;;
8
;;                                                              ;;
5
;;  TCP Processes for Menuet OS  TCP/IP stack                      ;;
9
;;  TCP Processes for Menuet OS  TCP/IP stack                   ;;
6
;;                                                                 ;;
10
;;                                                              ;;
Line 8... Line 12...
8
;;                                                                 ;;
12
;;                                                              ;;
9
;;  Copyright 2002 Mike Hibbett, mikeh@oceanfree.net               ;;
13
;;  Copyright 2002 Mike Hibbett, mikeh@oceanfree.net            ;;
10
;;                                                                 ;;
14
;;                                                              ;;
11
;;  See file COPYING for details                                   ;;
15
;;  See file COPYING for details                                ;;
12
;;  v0.6 : Added reset handling in the established state           ;;
16
;;  v0.6 : Added reset handling in the established state        ;;
13
;;         Added a timer per socket to allow delays when rx window ;;
17
;;         Added a timer per socket to allow delays when        ;;
14
;;         gets below 1KB                                          ;;
18
;;         rx window gets below 1KB                             ;;
15
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
19
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 16... Line 20...
16
 
20
 
17
; TCP TCB states
21
; TCP TCB states
18
TCB_LISTEN         equ        1
22
TCB_LISTEN         equ        1
19
TCB_SYN_SENT       equ        2
23
TCB_SYN_SENT       equ        2