Merge branch 'feature/special-handshake' of github.com:amnezia-vpn/amnezia-client into HEAD
This commit is contained in:
commit
416efaf082
14 changed files with 311 additions and 219 deletions
|
|
@ -134,7 +134,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