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

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to