Subversion Repositories Kolibri OS

Rev

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

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