This commit is contained in:
spaced4ndy
2024-06-26 14:41:02 +04:00
parent ada8dc659a
commit 55a05ebe5c
@@ -468,7 +468,7 @@ struct SMPServerSummaryView: View {
indentedInfoRow("other errors", "\(stats._sentOtherErrs)")
infoRow("Messages received", "\(stats._recvMsgs)")
indentedInfoRow("duplicates", "\(stats._recvDuplicates)")
indentedInfoRow("decryption", "\(stats._recvCryptoErrs)")
indentedInfoRow("decryption errors", "\(stats._recvCryptoErrs)")
indentedInfoRow("other errors", "\(stats._recvErrs)")
infoRow("Messages acknowledged", "\(stats._ackMsgs)")
indentedInfoRow("attempts", "\(stats._ackAttempts)")