Subversion Repositories Kolibri OS

Rev

Rev 425 | Go to most recent revision | Show entire file | Ignore 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
;;  STACK.INC                                                      ;;
7
;;  STACK.INC                                                   ;;
5
;;                                                                 ;;
8
;;                                                              ;;
6
;;  TCP/IP stack for Menuet OS                                     ;;
9
;;  TCP/IP stack for Menuet OS                                  ;;
7
;;                                                                 ;;
10
;;                                                              ;;
8
;;  Version 0.7  4th July 2004                                     ;;
11
;;  Version 0.7  4th July 2004                                  ;;
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
;;                                                                 ;;
16
;;                                                              ;;
14
;; Version 0.7                                                     ;;
17
;; Version 0.7                                                  ;;
15
;;         Added a timer per socket to allow delays when rx window ;;
18
;;      Added a timer per socket to allow delays when rx window ;;
16
;;         gets below 1KB                                          ;;
19
;;      gets below 1KB                                          ;;
17
;;                                                                 ;;
20
;;                                                              ;;
18
;;  10.01.2007 Bugfix for checksum function from Paolo Franchetti  ;;
21
;;10.01.2007 Bugfix for checksum function from Paolo Franchetti ;;
19
;;                                                                 ;;
22
;;                                                              ;;
20
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
23
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 21... Line 24...
21
 
24
 
22
 
25