]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/blobdiff - src/include/arch/lwipopts.h
changes for TMS570
[pes-rpp/rpp-lwip.git] / src / include / arch / lwipopts.h
index 4ffd93fccb72e164951563132ab48cdf23a48e66..44a6b154b40a437035d102b7084f90fc6bcf318d 100644 (file)
@@ -49,7 +49,7 @@
 ** For Example, for IP Address 192.168.247.1, use the corresponding hex
 ** value 0xC0A8F701.
 */
-#define STATIC_IP_ADDRESS               1
+#define STATIC_IP_ADDRESS               0
 
 /*****************************************************************************
 **            lwIP SPECIFIC DEFINITIONS - To be used by lwIP stack
@@ -67,7 +67,7 @@
 **                    TCPIP thread - used when NO_SYS defined to 0
 *****************************************************************************/
 #define TCPIP_THREAD_PRIO               0
-#define TCPIP_THREAD_STACKSIZE          500
+#define TCPIP_THREAD_STACKSIZE          1000
 
 /*****************************************************************************
 **                          Memory Options
@@ -87,7 +87,7 @@
 /*****************************************************************************
 **                           DHCP Options
 *****************************************************************************/
-#define LWIP_DHCP                       0
+#define LWIP_DHCP                       1
 #define DHCP_DOES_ARP_CHECK             0
 
 /*****************************************************************************