value updates and logs
This commit is contained in:
@@ -179,7 +179,7 @@ impl TunnelEngine {
|
||||
codec: &Arc<Mutex<Codec>>,
|
||||
msg: MuxMessage,
|
||||
) -> Result<(), String> {
|
||||
const MAX_CHUNK_SIZE: usize = 16000;
|
||||
const MAX_CHUNK_SIZE: usize = 1024 * 4;
|
||||
|
||||
let mut data = msg.data;
|
||||
let stream_id = msg.stream_id;
|
||||
|
||||
Reference in New Issue
Block a user