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

2016-07-01 Thread Simon Goldschmidt
Simon Goldschmidt wrote: > Can you tell us a little more about why this could be happening? Never mind, I've already found it: bug #48359. Thanks for reporting. Simon ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/li

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

2016-07-01 Thread Simon Goldschmidt
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 refere

[lwip-users] DNS with latest GIT version

2016-07-01 Thread Sandra Gilge
Hallo, I updated from lwip v1.4.1 to the latest GIT version. 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_