Skip to content

Commit

Permalink
Doc format
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Oct 6, 2020
1 parent 01a97c2 commit 0435b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zenoh/src/config.rs
Expand Up @@ -55,11 +55,11 @@
//! * Default value : `"224.0.0.224:7447"`.
//!
//! * `"scouting_timeout"` - In client mode, the period dedicated to scouting a router before failing.
//! * Accepted values : <float in seconds>.
//! * Accepted values : `<float in seconds>`.
//! * Default value : `"3.0"`.
//!
//! * `"scouting_delay"` - In peer mode, the period dedicated to scouting first remote peers before doing anything else.
//! * Accepted values : <float in seconds>.
//! * Accepted values : `<float in seconds>`.
//! * Default value : `"0.2"`.
//!
//! * `"add_timestamp"` - Indicates if data messages should be timestamped.
Expand Down

0 comments on commit 0435b29

Please sign in to comment.