Skip to content
Snippets Groups Projects
Commit 1adce87c authored by Georg Koppen's avatar Georg Koppen
Browse files

Merge remote-tracking branch 'gitlab/merge-requests/22' into maint-1.1

parents e4433c79 f075a645
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ class Relay {
int @p average_bandwidth
int @p burst_bandwidth
int @p consensus_bandwidth
int @p consensus_bandwidth_is_unmeasured
bool @p consensus_bandwidth_is_unmeasured
obj _from_ns(attr)
obj _from_desc(attr)
bool can_exit_to_port(int port)
......@@ -217,4 +217,4 @@ class State {
get()
}
@enduml
\ No newline at end of file
@enduml
This diff is collapsed.
......@@ -260,6 +260,8 @@ BWLINE_INT_KEYS = (
+ BWLINE_KEYS_V1_2
+ BWLINE_KEYS_V1_4
)
# This is boolean, not int.
BWLINE_INT_KEYS.remove('consensus_bandwidth_is_unmeasured')
def round_sig_dig(n, digits=PROP276_ROUND_DIG):
......
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