Skip to content

Commit

Permalink
Fix #1690
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Jan 7, 2025
1 parent de8e257 commit 36bafd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions io/zenoh-transport/src/unicast/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ impl TransportManagerBuilderUnicast {
*config.transport().link().tx().lease(),
));
self = self.keep_alive(*config.transport().link().tx().keep_alive());
self = self.open_timeout(Duration::from_millis(
*config.transport().unicast().open_timeout(),
));
self = self.accept_timeout(Duration::from_millis(
*config.transport().unicast().accept_timeout(),
));
Expand Down

0 comments on commit 36bafd4

Please sign in to comment.