Relative Content

Tag Archive for c#network-programming

How to do DNS resolving using LwIP in UNIX port

I’m using UNIX port, the TAP net interface and the BSD-alike Socket API that LwIP provides.
The getaddrinfo from lwip is returning error ERR_VAL (value -6 if I activate debugging mode), I think I’m initializing everything correctly, I already set up a HTTP server with no problem.