Netservices modded to read fragmented HTTP respsonse/payload from special purpose server - 180 bytes only

Committer:
RodColeman
Date:
Thu Sep 08 10:41:36 2011 +0000
Revision:
0:8f5825f330b0
setDataLen hacked to 180bytes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
RodColeman 0:8f5825f330b0 1 #ifndef NET_CFG_H
RodColeman 0:8f5825f330b0 2 #define NET_GPRS 0
RodColeman 0:8f5825f330b0 3 #define NET_PPP 0
RodColeman 0:8f5825f330b0 4 #define NET_GPRS_MODULE 0
RodColeman 0:8f5825f330b0 5 #define NET_ETH 1
RodColeman 0:8f5825f330b0 6 #define NET_USB_SERIAL 0
RodColeman 0:8f5825f330b0 7 #define NET_CFG_H 1
RodColeman 0:8f5825f330b0 8 #define NET_UMTS 0
RodColeman 0:8f5825f330b0 9 #define NET_USB 0
RodColeman 0:8f5825f330b0 10 #define NET_LWIP_STACK 1
RodColeman 0:8f5825f330b0 11 #endif