qdeconinck / mp-quic

Please read https://multipath-quic.org/2017/12/09/artifacts-available.html to figure out how to setup the code.
MIT License
176 stars 71 forks source link

Server config not propogating CreatePaths option #36

Closed jmwample closed 2 years ago

jmwample commented 2 years ago

The value of CreatePaths in the Config is not forwarded in populateServerConfig meaning that the current implementation does not allow the server to enable path advertisement no matter what value is passed in via config in the Listen* functions.

closes #35

qdeconinck commented 2 years ago

Good catch, thanks!