Skip to content

Commit

Permalink
Update russh/src/server/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny authored Dec 12, 2024
1 parent 6116afc commit 9bed133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion russh/src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pub struct Config {
pub window_size: u32,
/// The maximal size of a single packet.
pub maximum_packet_size: u32,
/// Buffer size for created channels.
/// Buffer size for each channel (a number of unprocessed messages to store before propagating backpressure to the TCP stream)
pub channel_buffer_size: usize,
/// Internal event buffer size
pub event_buffer_size: usize,
Expand Down

0 comments on commit 9bed133

Please sign in to comment.