Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sbws
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
juga
sbws
Commits
1adce87c
Commit
1adce87c
authored
4 years ago
by
Georg Koppen
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'gitlab/merge-requests/22' into maint-1.1
parents
e4433c79
f075a645
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/source/classes_original.puml
+2
-2
2 additions, 2 deletions
docs/source/classes_original.puml
docs/source/images/classes_original.svg
+233
-1
233 additions, 1 deletion
docs/source/images/classes_original.svg
sbws/lib/v3bwfile.py
+2
-0
2 additions, 0 deletions
sbws/lib/v3bwfile.py
with
237 additions
and
3 deletions
docs/source/classes_original.puml
+
2
−
2
View file @
1adce87c
...
...
@@ -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.
Click to expand it.
docs/source/images/classes_original.svg
+
233
−
1
View file @
1adce87c
This diff is collapsed.
Click to expand it.
sbws/lib/v3bwfile.py
+
2
−
0
View file @
1adce87c
...
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment