/[lwip]/contrib/ports/unix/proj/minimal/lwipopts.h
ViewVC logotype

Diff of /contrib/ports/unix/proj/minimal/lwipopts.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by kieranm, Wed Jun 29 20:39:49 2005 UTC revision 1.5 by christiaans, Mon Oct 10 07:25:37 2005 UTC
# Line 43  Line 43 
43    
44  /* MEM_SIZE: the size of the heap memory. If the application will send  /* MEM_SIZE: the size of the heap memory. If the application will send
45  a lot of data that needs to be copied, this should be set high. */  a lot of data that needs to be copied, this should be set high. */
46  #define MEM_SIZE                1000  #define MEM_SIZE                3000
47    
48  /* MEMP_NUM_PBUF: the number of memp struct pbufs. If the application  /* MEMP_NUM_PBUF: the number of memp struct pbufs. If the application
49     sends a lot of data out of ROM (or other static memory), this     sends a lot of data out of ROM (or other static memory), this
50     should be set high. */     should be set high. */
51  #define MEMP_NUM_PBUF           8  #define MEMP_NUM_PBUF           30
52  /* MEMP_NUM_UDP_PCB: the number of UDP protocol control blocks. One  /* MEMP_NUM_UDP_PCB: the number of UDP protocol control blocks. One
53     per active UDP "connection". */     per active UDP "connection". */
54  #define MEMP_NUM_UDP_PCB        4  #define MEMP_NUM_UDP_PCB        4
# Line 60  a lot of data that needs to be copied, t Line 60  a lot of data that needs to be copied, t
60  #define MEMP_NUM_TCP_PCB_LISTEN 8  #define MEMP_NUM_TCP_PCB_LISTEN 8
61  /* MEMP_NUM_TCP_SEG: the number of simultaneously queued TCP  /* MEMP_NUM_TCP_SEG: the number of simultaneously queued TCP
62     segments. */     segments. */
63  #define MEMP_NUM_TCP_SEG        8  #define MEMP_NUM_TCP_SEG        16
64    
65  /* The following four are used only with the sequential API and can be  /* The following four are used only with the sequential API and can be
66     set to 0 if the application only will use the raw API. */     set to 0 if the application only will use the raw API. */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26