Skip to content
Snippets Groups Projects
Commit db1cf430 authored by Abel Lucas's avatar Abel Lucas Committed by Gerrit Code Review
Browse files

Merge "RootCanal: Increase connection timeout to 3sec" into main

parents 837b9ec4 2bcbc018
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ AclConnection::AclConnection(AddressWithType address,
type_(phy_type),
role_(role),
last_packet_timestamp_(std::chrono::steady_clock::now()),
timeout_(std::chrono::seconds(1)) {}
timeout_(std::chrono::seconds(3)) {}
void AclConnection::Encrypt() { encrypted_ = true; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment