Displaying 3 results from an estimated 3 matches for "so_prior".
Did you mean:
so_error
2017 Jun 20
2
dovecot & cap_net_admin capability
...routing tables;
* bind to any address for transparent proxying "IP_TRANSPARENT";
* set type-of-service (TOS) "IP_TOS"
* clear driver statistics;
* set promiscuous mode;
* enabling multicasting;
* use setsockopt(2) to set the following socket options:
SO_DEBUG, SO_MARK, SO_PRIORITY (for a priority outside the range 0 to
6),SO_RCVBUFFORCE, and SO_SNDBUFFORCE
Cheers,
Michal Hlavinka
2017 Jun 20
0
dovecot & cap_net_admin capability
...o any address for transparent proxying "IP_TRANSPARENT";
> * set type-of-service (TOS) "IP_TOS"
> * clear driver statistics;
> * set promiscuous mode;
> * enabling multicasting;
> * use setsockopt(2) to set the following socket options: SO_DEBUG, SO_MARK, SO_PRIORITY (for a priority outside the range 0 to 6),SO_RCVBUFFORCE, and SO_SNDBUFFORCE
None of these.
2004 Sep 09
0
Setting priority in userspace gets ignored
...assid 1:1 htb rate 100mbit
tc class add dev eth0 parent 1:1 classid 1:10 htb rate 1mbit ceil 100mbit
tc class add dev eth0 parent 1:1 classid 1:11 htb rate 512kbit ceil 100mbit
tc class add dev eth0 parent 1:1 classid 1:12 htb rate 1kbit ceil 100mbit
Then according to the documentation setting the SO_PRIORITY socket
option in the
appropriate manner i.e. routing traffic to the class 1:10 should set the
priority to 65546,
MAJOR in the high bits and MINOR in the low bits. I have the correct
capability to set this
out of the 0-7 range and the setsockopt returns no error.
The problem I have is that th...