feat: add default values for s3, s4

This commit is contained in:
Mark Puha 2025-07-04 14:07:26 +02:00
parent 96330798cb
commit a79e375df3
14 changed files with 359 additions and 267 deletions

View file

@ -129,7 +129,7 @@ QString InterfaceConfig::toWgConf(const QMap<QString, QString>& extra) const {
out << "S3 = " << m_cookieReplyPacketJunkSize << "\n";
}
if (!m_transportPacketJunkSize.isNull()) {
out << "S4 = " << m_transportPacketJunkSize << "\n";
out << "S4 = " << m_transportPacketJunkSize << "\n";
}
if (!m_initPacketMagicHeader.isNull()) {
out << "H1 = " << m_initPacketMagicHeader << "\n";