Setup MTU for WG/AWG protocol (#576)

Setup MTU for AWG/WG protocol
This commit is contained in:
Mykola Baibuz
2024-03-18 12:41:53 +02:00
committed by GitHub
parent 9f82b4c21f
commit e646b85e56
29 changed files with 512 additions and 56 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ struct Log {
init(_ str: String) {
self.records = str.split(whereSeparator: \.isNewline)
.compactMap {
Record(String($0))!
Record(String($0))
}
}