Show
Ignore:
Timestamp:
08/04/08 20:51:26 (5 months ago)
Author:
liamstask
Message:

- incorporate changes from freertos lwip 1.3 port - mostly changes to sys_arch.c, adding in more stats info

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • firmware/trunk/core/makingthings/lwipopts.h

    r760 r778  
    4141#define SYS_LIGHTWEIGHT_PROT            1 
    4242 
     43#define lwipTCP_STACK_SIZE          600 
    4344#define TCPIP_THREAD_PRIO 5 
    4445 
     
    9697/* ---------- Pbuf options ---------- */ 
    9798/* PBUF_POOL_SIZE: the number of buffers in the pbuf pool. */ 
    98 #define PBUF_POOL_SIZE          6 
     99#define PBUF_POOL_SIZE          8 
    99100 
    100101/* PBUF_POOL_BUFSIZE: the size of each pbuf in the pbuf pool. */