OpenCores
URL https://opencores.org/ocsvn/mlite/mlite/trunk

Subversion Repositories mlite

[/] [mlite/] [trunk/] [kernel/] [tcpip.h] - Diff between revs 173 and 205

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 173 Rev 205
Line 7... Line 7...
 * COPYRIGHT: Software placed into the public domain by the author.
 * COPYRIGHT: Software placed into the public domain by the author.
 *    Software 'as is' without warranty.  Author liable for nothing.
 *    Software 'as is' without warranty.  Author liable for nothing.
 * DESCRIPTION:
 * DESCRIPTION:
 *    Plasma TCP/IP Protocol Stack
 *    Plasma TCP/IP Protocol Stack
 *--------------------------------------------------------------------*/
 *--------------------------------------------------------------------*/
 
#ifndef __TCPIP_H__
 
#define __TCPIP_H__
#define PACKET_SIZE           600
#define PACKET_SIZE           600
#define FRAME_COUNT           100
#define FRAME_COUNT           100
#define FRAME_COUNT_WINDOW    50
#define FRAME_COUNT_WINDOW    50
#define FRAME_COUNT_SYNC      50
#define FRAME_COUNT_SYNC      50
#define FRAME_COUNT_SEND      10
#define FRAME_COUNT_SEND      10
Line 89... Line 91...
   int length;
   int length;
   const char *page;
   const char *page;
} PageEntry_t;
} PageEntry_t;
void HttpInit(const PageEntry_t *Pages, int UseFiles);
void HttpInit(const PageEntry_t *Pages, int UseFiles);
 
 
 
#endif //__TCPIP_H__
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.