SOLA
Loading...
Searching...
No Matches
timeout_lengths_container.h
1// Copyright The SOLA Contributors
2//
3// Licensed under the MIT License.
4// For details on the licensing terms, see the LICENSE file.
5// SPDX-License-Identifier: MIT
6
7#ifndef MINHTON_UTILS_TIMEOUTS_LENGTHS_CONTAINER_H_
8#define MINHTON_UTILS_TIMEOUTS_LENGTHS_CONTAINER_H_
9
10#include <cstdint>
11
12namespace minhton {
13
15 uint64_t bootstrap_response;
16 uint64_t join_response;
17 uint64_t join_accept_ack_response;
18 uint64_t replacement_offer_response;
19 uint64_t replacement_ack_response;
20 uint64_t dsn_aggregation;
21 uint64_t inquiry_aggregation;
22};
23
24} // namespace minhton
25
26#endif
Definition minhton_watchdog_ns3.cpp:24
Definition timeout_lengths_container.h:14