CoverFS icon indicating copy to clipboard operation
CoverFS copied to clipboard

Zero-knowledge client-side encrypted network filesystem

Results 1 CoverFS issues
Sort by recently updated
recently updated
newest added

Hello! I'm encountering the following error on Ubuntu 20.04.3 LTS: ``` .../src/IO/CNetBlockIO.cpp:101:47: error: ‘boost::asio::ssl::stream::lowest_layer_type’ {aka ‘class boost::asio::basic_socket’} has no member named ‘native’ 101 | int ret = setsockopt(sctrl.lowest_layer().native(), SOL_SOCKET, SO_PRIORITY,...