diff --git a/hosts/skydick/datapool.nix b/hosts/skydick/datapool.nix index 78a25ce..37daa2e 100644 --- a/hosts/skydick/datapool.nix +++ b/hosts/skydick/datapool.nix @@ -302,15 +302,19 @@ "hosts allow" = "10.0. 127."; "hosts deny" = "ALL"; - "socket options" = "TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=131072 SO_SNDBUF=131072"; + "socket options" = "TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=1048576 SO_SNDBUF=1048576"; "use sendfile" = "yes"; "aio read size" = "16384"; "aio write size" = "16384"; + "min receivefile size" = "16384"; "map to guest" = "never"; "server min protocol" = "SMB2_10"; "load printers" = "no"; + + "server multi channel support" = "yes"; + }; # Shared datasets