X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=geekos%2Finclude%2Flwip%2Flwip%2Fopt.h;h=8128d348a1c5e156f697df0dad4f6898748b39a6;hb=a1073097716c800734e117267ce7aa92aa0d9a17;hp=c980e44420916f8e893051f53178877d481d9c28;hpb=819c31aa7157ed1e3e17b9f05bf74de38179233d;p=palacios.releases.git diff --git a/geekos/include/lwip/lwip/opt.h b/geekos/include/lwip/lwip/opt.h index c980e44..8128d34 100644 --- a/geekos/include/lwip/lwip/opt.h +++ b/geekos/include/lwip/lwip/opt.h @@ -42,7 +42,7 @@ * Include user defined options first. Anything not defined in these files * will be set to standard values. Override anything you dont like! */ -#include "lwipopts.h" +#include #include "lwip/debug.h" /* @@ -640,7 +640,7 @@ * TCP_WND: The size of a TCP window. */ #ifndef TCP_WND -#define TCP_WND 2048 +#define TCP_WND 1024 //2048 #endif /** @@ -785,7 +785,7 @@ * LWIP_NETIF_API==1: Support netif api (in netifapi.c) */ #ifndef LWIP_NETIF_API -#define LWIP_NETIF_API 0 +#define LWIP_NETIF_API 1 #endif /**