Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1733 → Rev 1763

/kernel/branches/net/network/tcp.inc
1,10 → 1,8
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Copyright (C) KolibriOS team 2004-2010. All rights reserved. ;;
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
;; Distributed under terms of the GNU General Public License ;;
;; ;;
;; TCP.INC ;;
;; ;;
;; Part of the tcp/ip network stack for KolibriOS ;;
;; ;;
;; Written by hidnplayr@kolibrios.org ;;
77,6 → 75,8
TCP_max_winshift equ 14
TCP_max_win equ 65535
 
TCP_re_xmit_thresh equ 3
 
struct TCP_segment
.SourcePort dw ?
.DestinationPort dw ?