Improve networking code
- Use getaddrinfo everywhere to get the sockaddr as well as the socktype instead of always creating a IPv4 socket
- Implement backlog awareness in echoclient
- Don't exit the echoserver when a connection is dropped
Edited by Maxim Onciul