lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] DNS with latest GIT version


From: Simon Goldschmidt
Subject: Re: [lwip-users] DNS with latest GIT version
Date: Fri, 1 Jul 2016 13:05:15 +0200

Sandra Gilge wrote:
> Now I have a problem with DNS in line 791:
>     err = udp_sendto(dns_pcbs[pcb_idx], p, &dns_servers[entry->server_idx], 
> DNS_SERVER_PORT);
>  
> the problem is, that pcb_idx equals DNS_MAX_SOURCE_PORTS. This value is set 
> in dns_call_found()

After removing the pcb reference from the dns_table entry, it dns_send() should 
not be called any more (the entry is done, after all).
Can you tell us a little more about why this could be happening?

Simon



reply via email to

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