Skip to content

Fall back to IPv4 if IPv6 is not supported

quobert requested to merge quobert/Simple-Web-Server:ipv4_fallback into master

Currently, the server fails to start if IPv6 is disabled and no bind address has been configured. This patch introduces a graceful fallback to v4 if v6 address family is not supported.

Merge request reports