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
;;  STACK.INC                                                      ;;
7
;;  STACK.INC                                                   ;;
5
;;                                                                 ;;
8
;;                                                              ;;
6
;;  TCP/IP stack for Menuet OS                                     ;;
9
;;  TCP/IP stack for Menuet OS                                  ;;
7
;;                                                                 ;;
10
;;                                                              ;;
Line 15... Line 18...
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