Skip to content

Improve networking code

Florian Fischer requested to merge improve_echoserver into master
  • 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 Florian Fischer

Merge request reports