implement k-choices join functions

large commit, contains a number of things:
- k-choices #2 cost calculation
- k-choices parameters
- adjusting ASN.1 network messages to contain all values required for
  cost calculation #71
- adjusting stats to contain required values
- k-choices node and vserver join functions
- placeholder/ dummy invocation of k-choices join
This commit is contained in:
Trolli Schmittlauch 2020-09-25 00:42:41 +02:00
parent 62da66aade
commit 3b6d129bfc
8 changed files with 190 additions and 23 deletions

View file

@ -111,6 +111,7 @@ LoadRequestPayload ::= SEQUENCE {
LoadResponsePayload ::= SEQUENCE {
loadSum REAL,
remainingLoadTarget REAL,
totalCapacity REAL,
lowerBound NodeID
}