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

Committer:
RodColeman
Date:
Thu Sep 08 10:48:09 2011 +0000
Revision:
0:850eacf3e945
revised fixed length to 178 bytes

Who changed what in which revision?

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