#!/bin/sh

set_rps_sock_flow() {
	echo 1024 > /proc/sys/net/core/rps_sock_flow_entries
}

boot_hook_add preinit_main set_rps_sock_flow

