Subversion Repositories Kolibri OS

Rev

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

Rev 1154 Rev 1284
Line 25... Line 25...
25
;;   22.09.2003 - [Mike Hibbett] : mikeh@oceanfree.net          ;;
25
;;   22.09.2003 - [Mike Hibbett] : mikeh@oceanfree.net          ;;
26
;;   11.11.2006 - [Johnny_B] and [smb]                          ;;
26
;;   11.11.2006 - [Johnny_B] and [smb]                          ;;
27
;;                                                              ;;
27
;;                                                              ;;
28
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
28
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 29... Line 29...
29
 
29
 
Line 30... Line 30...
30
$Revision: 1154 $
30
$Revision: 1284 $
31
 
31
 
32
; socket data structure
32
; socket data structure
33
struct SOCKET
33
struct SOCKET
Line 591... Line 591...
591
	cmp	ax, NO_BUFFER
591
	cmp	ax, NO_BUFFER
592
	je	.error
592
	je	.error
Line 593... Line 593...
593
 
593
 
Line 594... Line 594...
594
	push	eax
594
	push	eax
595
 
595
 
596
	mov	bl, TH_FIN
596
	mov	bl, TH_FIN+TH_ACK
597
	xor	ecx, ecx
597
	xor	ecx, ecx
Line 598... Line 598...
598
	xor	esi, esi
598
	xor	esi, esi