/[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.2 by jani, Mon Sep 15 08:43:31 2003 UTC revision 1.15.4.3 by kieranm, Mon Sep 22 09:38:10 2003 UTC
# Line 325  a lot of data that needs to be copied, t Line 325  a lot of data that needs to be copied, t
325  #define DEFAULT_THREAD_PRIO             1  #define DEFAULT_THREAD_PRIO             1
326  #endif  #endif
327    
328    
329    /* ---------- Socket Options ---------- */
330    /* Enable SO_REUSEADDR and SO_REUSEPORT options */
331    #ifndef SO_REUSE
332    # define SO_REUSE 1
333    #endif                                                                        
334    
335    
336  /* ---------- Statistics options ---------- */  /* ---------- Statistics options ---------- */
337  #ifndef LWIP_STATS  #ifndef LWIP_STATS
338  #define LWIP_STATS                      1  #define LWIP_STATS                      1

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

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