Skip to content
Snippets Groups Projects
Commit c9ca9085 authored by Hoop77's avatar Hoop77
Browse files

-

parent 219cbbad
Branches
No related merge requests found
......@@ -25,8 +25,8 @@ private:
public:
static constexpr networking::time::Duration RESPONSE_TIMEOUT = std::chrono::milliseconds(3000);
static constexpr networking::time::Duration HEARTBEAT_INTERVAL = std::chrono::milliseconds(100);
static constexpr networking::time::Duration BROADCAST_TIMEOUT = std::chrono::milliseconds(500);
static constexpr networking::time::Duration HEARTBEAT_INTERVAL = std::chrono::milliseconds(50);
static constexpr networking::time::Duration BROADCAST_TIMEOUT = std::chrono::milliseconds(5000);
using Ptr = std::shared_ptr<FollowerVehicle>;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment