Skip to content

Commit

Permalink
Add missing export for proto::AckFrequencyConfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
stormshield-damiend authored and djc committed Aug 29, 2023
1 parent 307d80b commit a7a3c4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quinn/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ mod send_stream;
mod work_limiter;

pub use proto::{
congestion, crypto, ApplicationClose, Chunk, ClientConfig, ConfigError, ConnectError,
ConnectionClose, ConnectionError, EndpointConfig, IdleTimeout, MtuDiscoveryConfig,
ServerConfig, StreamId, Transmit, TransportConfig, VarInt,
congestion, crypto, AckFrequencyConfig, ApplicationClose, Chunk, ClientConfig, ConfigError,
ConnectError, ConnectionClose, ConnectionError, EndpointConfig, IdleTimeout,
MtuDiscoveryConfig, ServerConfig, StreamId, Transmit, TransportConfig, VarInt,
};
#[cfg(feature = "tls-rustls")]
pub use rustls;
Expand Down

0 comments on commit a7a3c4d

Please sign in to comment.