Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Feb 12, 2025
1 parent 548027d commit 69a6710
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neqo-transport/src/send_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ use crate::{
tparams::{
TransportParameterId::{InitialMaxStreamDataBidiRemote, InitialMaxStreamDataUni},
TransportParameters,
}, AppError, Error, IndexMap, Res
},
AppError, Error, IndexMap, Res,
};

pub const SEND_BUFFER_SIZE: usize = 0x10_0000; // 1 MiB
Expand Down

0 comments on commit 69a6710

Please sign in to comment.