mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 02:25:20 +00:00
Merge remote-tracking branch 'origin/feat/source-route-send' into feat/integration-all
# Conflicts: # bitchat/Models/RequestSyncPacket.swift # bitchat/Services/BLE/BLEService.swift # bitchatTests/GossipSyncManagerTests.swift
This commit is contained in:
@@ -14,7 +14,7 @@ import struct Foundation.Date
|
||||
/// including TTL for hop limiting and optional encryption.
|
||||
/// - Note: Packets larger than BLE MTU (512 bytes) are automatically fragmented
|
||||
public struct BitchatPacket: Codable {
|
||||
let version: UInt8
|
||||
public let version: UInt8
|
||||
public let type: UInt8
|
||||
public let senderID: Data
|
||||
public let recipientID: Data?
|
||||
|
||||
Reference in New Issue
Block a user