mediabox/sysctl: set BRR congestion control
This commit is contained in:
		
							parent
							
								
									3c3c3dab6e
								
							
						
					
					
						commit
						c7b8b486ea
					
				| @ -37,6 +37,10 @@ | |||||||
|     kernelModules = ["acpi_call"]; |     kernelModules = ["acpi_call"]; | ||||||
|     kernelPackages = pkgs.linuxPackages_latest; |     kernelPackages = pkgs.linuxPackages_latest; | ||||||
|     kernelParams = ["msr.allow_writes=on"]; |     kernelParams = ["msr.allow_writes=on"]; | ||||||
|  |     boot.kernel.sysctl = { | ||||||
|  |       "net.core.default_qdisc" = "fq"; | ||||||
|  |       "net.ipv4.tcp_congestion_control" = "bbr"; | ||||||
|  |     }; | ||||||
|     loader.systemd-boot = { |     loader.systemd-boot = { | ||||||
|       editor = false; |       editor = false; | ||||||
|       enable = true; |       enable = true; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user