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    ;;
-
 
6
;;                                                              ;;
-
 
7
;;                                                              ;;
-
 
8
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
-
 
9
;; Distributed under terms of the GNU General Public License    ;;
-
 
10
;;                                                              ;;
3
;;                                                                 ;;
11
;;                                                              ;;
4
;;  UDP.INC                                                        ;;
12
;;  UDP.INC                                                     ;;
5
;;                                                                 ;;
13
;;                                                              ;;
6
;;  UDP Processes for Menuet OS  TCP/IP stack                      ;;
14
;;  UDP Processes for Menuet OS  TCP/IP stack                   ;;
7
;;                                                                 ;;
15
;;                                                              ;;
Line 9... Line 17...
9
;;                                                                 ;;
17
;;                                                              ;;
10
;;  Copyright 2002 Mike Hibbett, mikeh@oceanfree.net               ;;
18
;;  Copyright 2002 Mike Hibbett, mikeh@oceanfree.net            ;;
11
;;                                                                 ;;
19
;;                                                              ;;
12
;;  See file COPYING for details                                   ;;
20
;;  See file COPYING for details                                ;;
13
;;                                                                 ;;
21
;;                                                              ;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 15... Line 23...
15
 
23
 
16
 
24
 
17
;*******************************************************************
25
;*******************************************************************