lwip-users
[Top][All Lists]
Advanced

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

RE: [lwip-users] Remote tcp connection with TAPIF interface


From: jean-louis . gilbert
Subject: RE: [lwip-users] Remote tcp connection with TAPIF interface
Date: Tue, 30 Nov 2004 12:21:18 +0100

Hi all,

I have some problems with TFTP communications...

When the host has to make an ARP_REQUEST (and ARP_REPLY) to update its ARP
table, i noticed that the first UDP packet isn't sent to the network...
hence, for the TFTP application the WRQ or RRQ request never reach the
remote host.... and the TFTP application isn't set in one or another mode,
and so does't take into account the following DATA packets (which reach the
remote host !)...

I notice that at the end of udp_send(...) function, there is a
"pbuf_free(p)", which remove this pbuf. Is "q", the new allocated pbuf (a
copy), really taken into account in the FIFO in order to be sent another
times (by the thread) ?

Thanks for you help...
regards

Jean-louis Gilbert




reply via email to

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