-
Linux kernel version must be greater than 4.19
to check kernel version, run
uname -r. sample output:5.4.0-132-generic -
Have the
CONFIG_TCP_CONG_BBRandCONFIG_NET_SCH_FQoptions compiled and added to the kernel.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <Patterns xmlns="urn:schemas-jetbrains-com:member-reordering-patterns"> | |
| <TypePattern DisplayName="Non-reorderable types"> | |
| <TypePattern.Match> | |
| <Or> | |
| <And> | |
| <Kind Is="Interface" /> | |
| <Or> | |
| <HasAttribute Name="System.Runtime.InteropServices.InterfaceTypeAttribute" /> | |
| <HasAttribute Name="System.Runtime.InteropServices.ComImport" /> | |
| </Or> |