lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] Re: [lwip-members] UDP problem


From: Leon Woestenberg
Subject: [lwip-devel] Re: [lwip-members] UDP problem
Date: Wed, 17 Sep 2003 22:07:49 +0200

Hi Anson,
 
lwIP does not do a lot of buffering like your average full blown TCP/IP stack does.
 
You may want to try ARP queueing in the etherarp.c implementation. It should
do the job.
 
Configure this in lwipopts.h
 
Let us know the results, thanks!
 
Leon.
 
 
. ----- Original Message -----
From: anson
Sent: Wednesday, September 17, 2003 1:11 PM
Subject: [lwip-members] UDP problem

Dear All,
 
    I have a question about sending UDP packet. I wanna send some UDP packets to PC. I send the first UDP packet by the BSD socket API. Because lwip doesn't know the PC MAC address, it will send the ARP packet to request the MAC address of PC. But it doesn't send the first packet to PC and return to me. Is it a bug of lwip? Thanks!
 
 
Anson Chen / 陳明源
倚強科技股份有限公司
Service & Quality Technology CO., LTD.
Tel : 886-2-6611-1177  Ext. 647
Fax: 886-2-6610-6777
Email : address@hidden


_______________________________________________
lwip-members mailing list
address@hidden
http://mail.nongnu.org/mailman/listinfo/lwip-members

reply via email to

[Prev in Thread] Current Thread [Next in Thread]