m2etis  0.4
RoutingParameters.h
Go to the documentation of this file.
1 /*
2  Copyright (2016) Michael Baer, Daniel Bonrath, All rights reserved.
3 
4  Licensed under the Apache License, Version 2.0 (the "License");
5  you may not use this file except in compliance with the License.
6  You may obtain a copy of the License at
7 
8  http://www.apache.org/licenses/LICENSE-2.0
9 
10  Unless required by applicable law or agreed to in writing, software
11  distributed under the License is distributed on an "AS IS" BASIS,
12  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  See the License for the specific language governing permissions and
14  limitations under the License.
15  */
16 
17 //
18 // RoutingParameters.h
19 // m2etis
20 //
21 // Created by Thomas Fischer on 06.03.13.
22 //
23 //
24 
25 #ifndef m2etis_RoutingParameters_h
26 #define m2etis_RoutingParameters_h
27 
28 namespace m2etis {
29 namespace pubsub {
30 namespace routing {
31  namespace direct {
32  const static uint64_t RESUBSCRIPTION_INTERVAL = 5000000;
33  const static uint64_t PURGE_DISTANCE = 6000000;
34  }
35  namespace directbroadcast {
36  const static uint64_t RESUBSCRIPTION_INTERVAL = 5000000;
37  const static uint64_t PURGE_DISTANCE = 6000000;
38  }
39  namespace scribe {
40  const static uint64_t RESUBSCRIPTION_INTERVAL = 5000000;
41  const static uint64_t PURGE_DISTANCE = 6000000;
42  }
43  namespace spreadit {
44  const static uint64_t RESUBSCRIPTION_INTERVAL = 5000000;
45  const static uint64_t PURGE_DISTANCE = 6000000;
46  const static uint32_t ALLOWED_CHILDS = 2;
47  }
48  namespace hierarchicalspreadit {
49  const static uint64_t RESUBSCRIPTION_INTERVAL = 5000000;
50  const static uint64_t PURGE_DISTANCE = 6000000;
51  }
52 }
53 }
54 }
55 
56 
57 #endif
static const uint64_t RESUBSCRIPTION_INTERVAL
static const uint64_t PURGE_DISTANCE
static const uint64_t PURGE_DISTANCE
static const uint64_t RESUBSCRIPTION_INTERVAL
static const uint32_t ALLOWED_CHILDS
static const uint64_t PURGE_DISTANCE
static const uint64_t RESUBSCRIPTION_INTERVAL