mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
Added the net-priority configuration option.
That option allows setting the protocol-defined priority (via SO_PRIORITY) for the UDP and TCP sockets, per user/group or globally.
This commit is contained in:
@@ -173,6 +173,10 @@ ping-leases = false
|
||||
# Setting it higher will improve throughput.
|
||||
output-buffer = 10
|
||||
|
||||
# Set the protocol-defined priority (SO_PRIORITY) for packets to
|
||||
# be sent. This can be set per user/group or globally.
|
||||
#net-priority = 3
|
||||
|
||||
route = 192.168.1.0/255.255.255.0
|
||||
#route = 192.168.5.0/255.255.255.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user