feat: add default values for s3, s4
This commit is contained in:
parent
96330798cb
commit
a79e375df3
14 changed files with 359 additions and 267 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue