Hello , i have trouble with the webserver in uip v1.0 but first i want post a bug i found in uip_arp_update... at the end of the function there is a memcpy: -> memcpy(tabptr->ipaddr, ipaddr, 4); but ipaddr is a global var and the arp table gets a zero ipadress... the correct line should be -> memcpy(tabptr->ipaddr, lipaddr, 4);
now my problem... the webserver gets the ack from the client and at PSOCK_READTO(&s->sin, ISO_space) in PT_THREAD(handle_input(struct httpd_state *s)) the function returns... this is ok i think... the clients sends immediatly after that the "get" packet and the function handle_input ist called but then the system freezes at the PSOCK_READTO... :( i think it doesn't resume correct... but why? please help me... ___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de