200-dscp-qos.patch 491 B

123456789101112131415161718192021
  1. --- a/ssh_config
  2. +++ b/ssh_config
  3. @@ -46,3 +46,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. @@ -122,6 +122,9 @@ UsePrivilegeSeparation sandbox # Defaul
  13. # no default banner path
  14. #Banner none
  15. +# enable DSCP QoS values (per RFC-4594)
  16. +#IPQoS AF21 AF11
  17. +
  18. # override default of no subsystems
  19. Subsystem sftp /usr/libexec/sftp-server