haha wang, le ven. 30 avril 2021 16:49:24 +0900, a ecrit:
> It might be reasonable to define the `IPV6_TCLASS` with what the
> linux does,
Usually the Hurd rather follows the BSD values.
(and the pfinet stack just follows that, even if that's the Linux code).
> Disabling the usage of `IPV6_TCLASS` when it is not defined. Now
> I would have this quick fix, by changing
That's much simpler, yes.
> SocketFd::set_priority(priority_type p) {
That looks like something which can be optional indeed.
> Follow what the #2 does, but always return a true, it seems cause
> no demage to the `libtorrent` but it's not rigorous since we do not
> actually set the priority.
Better return false indeed.
Samuel