100-dscp-qos.patch (490B)
1 --- a/ssh_config 2 +++ b/ssh_config 3 @@ -48,3 +48,6 @@ 4 # VisualHostKey no 5 # ProxyCommand ssh -q -W %h:%p gateway.example.com 6 # RekeyLimit 1G 1h 7 + 8 +# enable DSCP QoS values (per RFC-4594) 9 +#IPQoS AF21 AF11 10 --- a/sshd_config 11 +++ b/sshd_config 12 @@ -107,6 +107,9 @@ AuthorizedKeysFile .ssh/authorized_keys 13 # no default banner path 14 #Banner none 15 16 +# enable DSCP QoS values (per RFC-4594) 17 +#IPQoS AF21 AF11 18 + 19 # override default of no subsystems 20 Subsystem sftp /usr/libexec/sftp-server 21