committed by
Carl Lerche
parent
12028cc418
commit
e6c841c8ba
@@ -37,7 +37,7 @@ impl Send {
|
|||||||
/// Create a new `Send`
|
/// Create a new `Send`
|
||||||
pub fn new(config: &Config) -> Self {
|
pub fn new(config: &Config) -> Self {
|
||||||
Send {
|
Send {
|
||||||
init_window_sz: config.local_init_window_sz,
|
init_window_sz: config.remote_init_window_sz,
|
||||||
next_stream_id: Ok(config.local_next_stream_id),
|
next_stream_id: Ok(config.local_next_stream_id),
|
||||||
prioritize: Prioritize::new(config),
|
prioritize: Prioritize::new(config),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user