File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Simplex/Messaging/Agent Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -277,14 +277,14 @@ supportedSMPAgentVRange = mkVersionRange minSupportedSMPAgentVersion currentSMPA
277277e2eEncConnInfoLength :: VersionSMPA -> PQSupport -> Int
278278e2eEncConnInfoLength v = \ case
279279 -- reduced by 3726 (roughly the increase of message ratchet header size + key and ciphertext in reply link)
280- PQSupportOn | v >= pqdrSMPAgentVersion -> 11122
281- _ -> 14848
280+ PQSupportOn | v >= pqdrSMPAgentVersion -> 11106
281+ _ -> 14832
282282
283283e2eEncAgentMsgLength :: VersionSMPA -> PQSupport -> Int
284284e2eEncAgentMsgLength v = \ case
285285 -- reduced by 2222 (the increase of message ratchet header size)
286- PQSupportOn | v >= pqdrSMPAgentVersion -> 13634
287- _ -> 15856
286+ PQSupportOn | v >= pqdrSMPAgentVersion -> 13618
287+ _ -> 15840
288288
289289-- | SMP agent event
290290type ATransmission = (ACorrId , AEntityId , AEvt )
You can’t perform that action at this time.
0 commit comments