Bump protocols. Added proto status
Build and Publish / Build and Publish Docker Image (push) Successful in 5m13s
Build and Publish / Build and Publish Docker Image (push) Successful in 5m13s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user