Arvid Norberg
Arvid Norberg
I see, It's `ENXIO`
I've updated the PR
thanks for reporting and testing!
to make sure I understand your scenario; you have two network interfaces, each with a separate IP address. You configure libtorrent to bind to exactly one of them. Do they...
The error you posted suggests that the *port-filter* was enabled though, not `no_connect_privileged_ports`. Those are separate features. as far as I can tell, the `no_connect_privileged_ports` does not apply to web...
you could try `#undef` the `stat` macro before including libtorrent headers. You could also try to build with deprecated functions disabled, `deprecated-functions=off`. At least the `stats_alert` won't be included in...
I see, libtorrent itself is failing to build
could you give this a try? https://github.com/arvidn/libtorrent/pull/7105
the top-layer problem is that the exception thrown from the session constructor is never caught. The question still remains though, what's causing the SSL context creation failure.
does this happen consistently with certain torrents you generate? Is there any chance you could help me reproduce this or have a stress test as part of libtorrent CI?