mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
Allow setting directly the IP_TOS from net-priority.
This commit is contained in:
@@ -174,7 +174,10 @@ ping-leases = false
|
||||
output-buffer = 10
|
||||
|
||||
# Set the protocol-defined priority (SO_PRIORITY) for packets to
|
||||
# be sent. This can be set per user/group or globally.
|
||||
# be sent. That is a number from 0 to 6 with 0 being the lowest
|
||||
# priority. Alternatively this can be used to set the IP Type-
|
||||
# Of-Service, by setting it to a hexadecimal number (e.g., 0x20).
|
||||
# This can be set per user/group or globally.
|
||||
#net-priority = 3
|
||||
|
||||
route = 192.168.1.0/255.255.255.0
|
||||
|
||||
Reference in New Issue
Block a user