Masterthesis
This commit is contained in:
parent
473dc4a495
commit
4479fcf7f4
7 changed files with 28 additions and 57 deletions
|
@ -2,8 +2,6 @@ package config
|
|||
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/lestrrat-go/backoff"
|
||||
)
|
||||
|
||||
var ServerName string = "Hoernschen's Matrix Server"
|
||||
|
@ -25,8 +23,6 @@ var Signing bool
|
|||
var Encryption bool
|
||||
var HttpString string
|
||||
|
||||
var BackoffPolicy *backoff.Exponential
|
||||
|
||||
func SetDefaultParams() {
|
||||
Packetloss = 0.0
|
||||
UnavailableTill = time.Now().Unix()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue