|
From: | address@hidden |
Subject: | Re: [lwip-users] lwip_connect fails |
Date: | Tue, 11 May 2010 18:40:28 +0200 |
User-agent: | Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 |
Heyu Zhu wrote:
Do you have ARP_QUEUEING enabled? If so, the SYN-packet should be queued in etharp.c and sent out when your device receives the ARP response. You might probably first check if your device receives the ARP response. If ARP_QUEUEING is disabled, the SYN-packet should eventually be retransmitted (by a call to tcp_tmr, which I hope you call at the correct interval).Hi everyone,I set up a client using lwip-1.3.2 and both sever and client are connect by ethernet. When i call "lwip_connect" the client do send a correct arp-request packet and the sever give a correct arp-reply packet. But after that don't send any packet for a long time ,then lwip_connect return with an error.I don't know what shall i do to continue it. What's wrong? Could you give me some advice?
Simon
[Prev in Thread] | Current Thread | [Next in Thread] |