added passing new amneziawireguard config parameters over uapi for all platforms
This commit is contained in:
parent
af53c456ea
commit
b55313527e
3 changed files with 21 additions and 1 deletions
|
@ -164,7 +164,7 @@ bool WireguardUtilsMacos::updatePeer(const InterfaceConfig& config) {
|
|||
}
|
||||
|
||||
|
||||
out << "Jc=" << config.m_junkPacketCount << "\n";
|
||||
out << "jc=" << config.m_junkPacketCount << "\n";
|
||||
out << "jmin=" << config.m_junkPacketMinSize << "\n";
|
||||
out << "jmax=" << config.m_junkPacketMaxSize << "\n";
|
||||
out << "s1=" << config.m_initPacketJunkSize << "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue