Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; }