increase max TCP send buffer size for update servers

This commit is contained in:
Daniel Micay 2024-04-13 14:27:31 -04:00
parent 711e432a67
commit 35e776f867
1 changed files with 11 additions and 0 deletions

View File

@ -8,6 +8,17 @@ declare -Ar hosts_reserved_ports=(
[3.grapheneos.network]=7275
)
declare -Ar hosts_tcp_wmem_max=(
[0.releases.grapheneos.org]=16777216
[1.releases.grapheneos.org]=16777216
[2.releases.grapheneos.org]=16777216
[3.releases.grapheneos.org]=16777216
[4.releases.grapheneos.org]=16777216
[5.releases.grapheneos.org]=16777216
[6.releases.grapheneos.org]=16777216
[7.releases.grapheneos.org]=16777216
)
declare -Ar hosts_ssh_users=(
[staging.attestation.app]="root attestation"
[attestation.app]="root attestation"