mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 23:05:20 +00:00
* Improve BLE mesh relay and flooding Add last-hop suppression using ingress-link tracking to prevent echo. Implement deterministic always-relay for handshakes and directed encrypted/fragments; widen jitter for broadcasts; keep TTL cap only for broadcast. Add deterministic K-of-N broadcast fanout to reduce amplification in dense topologies. Introduce backpressure-aware writes using canSendWriteWithoutResponse with per-peripheral queues and draining on peripheralIsReady. Minor helpers for messageID, deterministic selection, and maintenance cleanup. * Tests: stabilize FragmentationTests and InputValidatorTests Make _test_handlePacket mark synthetic peers verified/connected with normalized senderID to avoid drops in public-message reassembly tests. Tighten validatePeerID to reject non-hex strings when length equals 16 or 64; allow internal IDs only for other lengths. All iOS simulator tests pass locally. --------- Co-authored-by: jack <jackjackbits@users.noreply.github.com>
30 lines
715 B
Plaintext
30 lines
715 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>dateCreated</key>
|
|
<date>2025-08-25T09:16:45Z</date>
|
|
<key>externalLocations</key>
|
|
<array/>
|
|
<key>rootId</key>
|
|
<dict>
|
|
<key>hash</key>
|
|
<string>0~vzeKCv0xhqhgqh4nAZeflc7exYEKl6J_-oLkS9FuLPIo7UxUYXM8dCrASTrOeiInRxIy_EJhM4hcGhaLM8ySJQ==</string>
|
|
</dict>
|
|
<key>storage</key>
|
|
<dict>
|
|
<key>backend</key>
|
|
<string>fileBacked2</string>
|
|
<key>compression</key>
|
|
<string>standard</string>
|
|
</dict>
|
|
<key>version</key>
|
|
<dict>
|
|
<key>major</key>
|
|
<integer>3</integer>
|
|
<key>minor</key>
|
|
<integer>53</integer>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|