Subversion Repositories Kolibri OS

Rev

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

Rev 915 Rev 922
Line 5... Line 5...
5
;;                                                              ;;
5
;;                                                              ;;
6
;;  STACK.INC                                                   ;;
6
;;  STACK.INC                                                   ;;
7
;;                                                              ;;
7
;;                                                              ;;
8
;;  TCP/IP stack for Menuet OS                                  ;;
8
;;  TCP/IP stack for Menuet OS                                  ;;
9
;;                                                              ;;
9
;;                                                              ;;
10
;;  Version 0.7  4th July 2004                                  ;;
-
 
11
;;                                                              ;;
-
 
12
;;  Copyright 2002 Mike Hibbett, mikeh@oceanfree.net            ;;
10
;;  Copyright 2002 Mike Hibbett, mikeh@oceanfree.net            ;;
13
;;                                                              ;;
11
;;                                                              ;;
14
;;  See file COPYING for details                                ;;
12
;;  See file COPYING for details                                ;;
15
;;                                                              ;;
13
;;                                                              ;;
16
;; Version 0.7                                                  ;;
14
;; Version 0.7                                                  ;;
Line 19... Line 17...
19
;;                                                              ;;
17
;;                                                              ;;
20
;;10.01.2007 Bugfix for checksum function from Paolo Franchetti ;;
18
;;10.01.2007 Bugfix for checksum function from Paolo Franchetti ;;
21
;;                                                              ;;
19
;;                                                              ;;
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
20
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 23... Line 21...
23
 
21
 
Line 24... Line 22...
24
$Revision: 915 $
22
$Revision: 922 $
25
 
23
 
26
 
24