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:
Nikos Mavrogiannopoulos
2013-12-09 14:40:53 +01:00
parent 74a566c540
commit 6cb553e9a8
11 changed files with 73 additions and 12 deletions

View File

@@ -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