Subversion Repositories Kolibri OS

Rev

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

Rev 431 Rev 593
Line 1... Line -...
1
$Revision: 431 $
-
 
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                              ;;
2
;;                                                              ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
5
;;                                                              ;;
Line 16... Line 15...
16
;;  v0.6 : Added reset handling in the established state        ;;
15
;;  v0.6 : Added reset handling in the established state        ;;
17
;;         Added a timer per socket to allow delays when        ;;
16
;;         Added a timer per socket to allow delays when        ;;
18
;;         rx window gets below 1KB                             ;;
17
;;         rx window gets below 1KB                             ;;
19
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
18
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line -... Line 19...
-
 
19
 
-
 
20
$Revision: 593 $
-
 
21
 
20
 
22
 
21
; TCP TCB states
23
; TCP TCB states
22
TCB_LISTEN         equ        1
24
TCB_LISTEN         equ        1
23
TCB_SYN_SENT       equ        2
25
TCB_SYN_SENT       equ        2
24
TCB_SYN_RECEIVED   equ        3
26
TCB_SYN_RECEIVED   equ        3