Fix up the incomplete Webserver project so that it integrates with the uIP stack...
[pub/USBasp.git] / Projects / Incomplete / Webserver / Lib / uip / conf / uip-conf.h
index d46fa26..d3d9bc4 100644 (file)
@@ -6,15 +6,6 @@
 #include <stdio.h>\r
 #include <stdbool.h>\r
 \r
-typedef int uip_tcp_appstate_t;\r
-typedef int uip_udp_appstate_t;\r
-\r
-#define UIP_APPCALL     TCPCallback\r
-#define UIP_UDP_APPCALL TCPCallback\r
-\r
-void UIP_APPCALL(void);\r
-void UIP_UDP_APPCALL(void);\r
-\r
 #define UIP_CONF_LLH_LEN 14\r
 \r
 /**\r
@@ -68,7 +59,7 @@ typedef unsigned short uip_stats_t;
  *\r
  * \hideinitializer\r
  */\r
-#define UIP_CONF_BUFFER_SIZE     1100\r
+#define UIP_CONF_BUFFER_SIZE     1500\r
 /**\r
  * CPU byte order.\r
  *\r