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

Commit c18356b9 authored by Abel Lucas's avatar Abel Lucas Committed by Automerger Merge Worker
Browse files

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

parents b0cc3f44 db1cf430
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; }