I have a problem getting this to work. Server only recieves half of the data being sent. Whats wrong

Dependencies:   mbed

Committer:
tax
Date:
Tue Mar 29 13:20:15 2011 +0000
Revision:
0:66300c77c6e9

        

Who changed what in which revision?

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