Bump protocols. Added proto status
Build and Publish / Build and Publish Docker Image (push) Successful in 5m13s

This commit is contained in:
Ultradesu
2026-07-28 22:20:33 +01:00
parent cad8b2280f
commit d61d7a6bac
5 changed files with 84 additions and 6 deletions
+2
View File
@@ -21,6 +21,8 @@ use super::{TransportStats, record_stream_transport};
/// ALPN of the peer-to-peer audio streaming protocol.
pub const AUDIO_ALPN: &[u8] = b"furumi-fd/audio/1";
/// Version of the peer-to-peer audio streaming protocol.
pub const AUDIO_PROTOCOL_VERSION: u16 = 1;
/// Maximum size of a JSON protocol line (request or response header).
const MAX_PROTOCOL_LINE: usize = 4096;