Re: [lwip-users] driver clarifications for ipv6: loopback, multicast

2016-07-01 Thread Sergio R. Caprile
Well, that looks like the usual vendor "features" for that particular vendor. I don't have a full duplex mode nor a loopback of sent packages in my controller chip and I'm happy using lwIP with my driver. I think lwIP doesn't even think the driver would dare to send back a sent package; but I

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

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, _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

[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, _servers[entry->server_idx], DNS_SERVER_PORT); the problem is, that pcb_idx equals DNS_MAX_SOURCE_PORTS. This value is set in