Skip to content

Commit

Permalink
example
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarus committed Nov 16, 2023
1 parent 8bf8d0c commit cabc7de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/ping/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ async fn main() -> Result<(), Box<dyn Error>> {
noise::Config::new,
yamux::Config::default,
)?
.with_quic()
.with_behaviour(|_| ping::Behaviour::default())?
.with_swarm_config(|cfg| cfg.with_idle_connection_timeout(Duration::from_secs(u64::MAX)))
.build();
Expand Down

0 comments on commit cabc7de

Please sign in to comment.