Subversion Repositories Kolibri OS

Rev

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

Rev 913 Rev 915
Line 19... Line 19...
19
;;                                                              ;;
19
;;                                                              ;;
20
;;10.01.2007 Bugfix for checksum function from Paolo Franchetti ;;
20
;;10.01.2007 Bugfix for checksum function from Paolo Franchetti ;;
21
;;                                                              ;;
21
;;                                                              ;;
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 23... Line 23...
23
 
23
 
Line 24... Line 24...
24
$Revision: 913 $
24
$Revision: 915 $
25
 
25
 
26
 
26
 
Line 44... Line 44...
44
  ip_tx_count:	      dd  0
44
  ip_tx_count:	      dd  0
45
endg
45
endg
Line 46... Line 46...
46
 
46
 
47
; socket buffers
47
; socket buffers
48
SOCKETBUFFSIZE	   equ	      4096  ; state + config + buffer.
48
SOCKETBUFFSIZE	   equ	      4096  ; state + config + buffer.
Line 49... Line 49...
49
SOCKETHEADERSIZE   equ	      76+8+8  ; thus 4096 - SOCKETHEADERSIZE bytes data
49
SOCKETHEADERSIZE   equ	      SOCKET.rxData ; thus 4096 - SOCKETHEADERSIZE bytes data
Line 50... Line 50...
50
 
50
 
51
;NUM_SOCKETS        equ        16    ; Number of open sockets supported. Was 20
51
;NUM_SOCKETS        equ        16    ; Number of open sockets supported. Was 20