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 /*
RodColeman 0:8f5825f330b0 2 * Author: Adam Dunkels <adam@sics.se>
RodColeman 0:8f5825f330b0 3 *
RodColeman 0:8f5825f330b0 4 */
RodColeman 0:8f5825f330b0 5 #ifndef __LWIP_ARCH_PERF_H__
RodColeman 0:8f5825f330b0 6 #define __LWIP_ARCH_PERF_H__
RodColeman 0:8f5825f330b0 7
RodColeman 0:8f5825f330b0 8 #define PERF_START
RodColeman 0:8f5825f330b0 9 #define PERF_STOP(x)
RodColeman 0:8f5825f330b0 10
RodColeman 0:8f5825f330b0 11 #define perf_init(fname)
RodColeman 0:8f5825f330b0 12
RodColeman 0:8f5825f330b0 13 #if 0
RodColeman 0:8f5825f330b0 14 #ifdef __cplusplus
RodColeman 0:8f5825f330b0 15 inline
RodColeman 0:8f5825f330b0 16 #endif
RodColeman 0:8f5825f330b0 17 void perf_init(char *fname) {
RodColeman 0:8f5825f330b0 18 return;
RodColeman 0:8f5825f330b0 19 }
RodColeman 0:8f5825f330b0 20 #endif
RodColeman 0:8f5825f330b0 21
RodColeman 0:8f5825f330b0 22
RodColeman 0:8f5825f330b0 23 #endif /* __LWIP_ARCH_PERF_H__ */