Arvid Norberg

Results 1037 comments of Arvid Norberg

it seems likely that it's the `mmap()` call that's failing with `EAGAIN` ([man page](https://man7.org/linux/man-pages/man2/mmap.2.html)). > EAGAIN The file has been locked, or too much memory has been > locked (see...

something in the ntfs filesystem driver is failing with `EAGAIN`: > The file has been locked, or too much memory has been > locked (see setrlimit(2)). So, perhaps it's causing...

did you look at all traffic or just some connections? I believe DSCP is only meant to apply to peer connections, not DHT or tracker connections for instance.

are you looking at both TCP and UDP peer connections? The DSCP is set via slightly different code paths for those.

do you see the `SET_TOS` messages in the log?

https://github.com/arvidn/libtorrent/pull/6822

good point. I need to fix the binding to support the old name as well.

https://github.com/arvidn/libtorrent/pull/6874

is it possible the process need a special privilege to set it? Do you have any error messages in the log for setting DSCP?

@tiagogaspar8 can you get the log? Do you see entries saying `SET_TOS` or `SET_DSCP`? If so, they will contain error codes.