We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 905874a + fd94922 commit 32e4479Copy full SHA for 32e4479
rootdir/init.rc
@@ -105,6 +105,13 @@ loglevel 3
105
write /proc/sys/kernel/sched_rt_runtime_us 950000
106
write /proc/sys/kernel/sched_rt_period_us 1000000
107
108
+ # reflect fwmark from incoming packets onto generated replies
109
+ write /proc/sys/net/ipv4/fwmark_reflect 1
110
+ write /proc/sys/net/ipv6/fwmark_reflect 1
111
+
112
+ # set fwmark on accepted sockets
113
+ write /proc/sys/net/ipv4/tcp_fwmark_accept 1
114
115
# Create cgroup mount points for process groups
116
mkdir /dev/cpuctl
117
mount cgroup none /dev/cpuctl cpu
0 commit comments