/[lwip]/lwip/src/include/lwip/opt.h
ViewVC logotype

Diff of /lwip/src/include/lwip/opt.h

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

revision 1.15.4.1 by kieranm, Wed Aug 20 16:46:16 2003 UTC revision 1.15.4.2 by jani, Mon Sep 15 08:43:31 2003 UTC
# Line 74  a lot of data that needs to be copied, t Line 74  a lot of data that needs to be copied, t
74  #define MEMP_NUM_PBUF                   16  #define MEMP_NUM_PBUF                   16
75  #endif  #endif
76    
77    /* Number of raw connection PCBs */
78    #ifndef MEMP_NUM_RAW_PCB
79    #define MEMP_NUM_RAW_PCB                4
80    #endif
81    
82  /* MEMP_NUM_UDP_PCB: the number of UDP protocol control blocks. One  /* MEMP_NUM_UDP_PCB: the number of UDP protocol control blocks. One
83     per active UDP "connection". */     per active UDP "connection". */
84  #ifndef MEMP_NUM_UDP_PCB  #ifndef MEMP_NUM_UDP_PCB

Legend:
Removed from v.1.15.4.1  
changed lines
  Added in v.1.15.4.2

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