I'm using POST to send data to a webserver running on a little avr32 board with lwip. The post I am sending is larger than one packet and there uses several packets to transfer the data.

Right now i'm using this:
   pxRxBuffer = netconn_recv( pxNetCon );
   netbuf_data( pxRxBuffer, ( void * ) &pcRxString, &usLength );


but it only works for one packet so what is the prober way of assembling the data from a arbitrary number of packets?


_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to