Project

General

Profile

Feature #4710

Updated by Davide Pesavento over 5 years ago

Since [commit 229134aa959183aca9454f9f7da6e04ebc0e8243](https://github.com/zaphoyd/websocketpp/commit/229134aa959183aca9454f9f7da6e04ebc0e8243), websocketpp allows to manipulate the acceptor *before* the `bind` call, thus enabling apps to set the `IPV6_V6ONLY` socket option. 

 The implementation of this feature requires require updating the websocketpp submodule to version 0.8.0 or later.

Back