Skip to content

Commit 9448755

Browse files
committed
trace
1 parent c737c1e commit 9448755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

media/rtc/src/tokio/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use tokio::{
2222

2323
mod socket;
2424

25-
const RECV_BUFFER_SIZE: usize = 2500;
25+
const RECV_BUFFER_SIZE: usize = 65535;
2626

2727
/// IO implementation to be used alongside [`SdpSession`]
2828
pub struct TokioIoState {

0 commit comments

Comments
 (0)