On Fri, 2009-07-03 at 05:41 -0700, the_gadfly wrote:
> Thank you Kieran:
> 
> Unfortunately,it is still not work.when i removed the loop ,sent two
> different pbufs, only the last string i can find.
> Then ,i try to use two different pcbs to send data,i  can  only get  the
> last string.

Could you send a wireshark pcap of what you see.

What setting do you have for ARP_QUEUEING?

Also, what happens if you just send the first string once?

What happens if you change the code by replacing:
  p->payload = (void *)Test;
with:
  memcpy(p->payload, Test, sizeof(Test));

Kieran



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

Reply via email to