Skip to content

[FEATURE] missing support for dualstack ipv6+ipv4 #202

@vandalon

Description

@vandalon

libhttpserver only support either ipv4 OR ipv6.
It would be nice to have support for both at the same time (dualstack).

proposed fix:

webserver.cpp:313;
use MHD_USE_DUAL_STACK instead of MHD_USE_IPv6 or add a new option for dual stack.

(thanks to my colleague for researching this.)

Metadata

Metadata

Assignees

Labels

feature-requestFeature requests or enhancements

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions