Skip to content

Commit

Permalink
Revert quic transport send_window hack
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Oct 19, 2023
1 parent ce4384d commit b82b684
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions transports/quic/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ impl From<Config> for QuinnConfig {
transport.allow_spin(false);
transport.stream_receive_window(max_stream_data.into());
transport.receive_window(max_connection_data.into());
// TODO
transport.send_window(max_connection_data.into());
let transport = Arc::new(transport);

let mut server_config = quinn::ServerConfig::with_crypto(server_tls_config);
Expand Down

0 comments on commit b82b684

Please sign in to comment.