VEGAS/meet: force large UDP receive buffer setting

This commit is contained in:
Max Headroom 2021-12-02 21:45:05 +01:00
parent 0cb29cf277
commit 16a58587d1

View file

@ -22,4 +22,5 @@
Slice = "communications.slice";
};
});
boot.kernel.sysctl."net.core.rmem_max" = lib.mkForce 10485760;
}