Documentation ¶
Index ¶
- Variables
- func GetSuite(suite string) abstract.Suite
- func RoundDone(view int, SNRoot hashid.HashId, LogHash hashid.HashId, p proof.Proof)
- func Run(app *config.AppConfig, conf *deploy.Config)
- func RunClient(conf *deploy.Config, hc *config.HostConfig)
- func RunClientStandalone(conf *deploy.Config, hc *config.HostConfig)
- func RunServer(app *config.AppConfig, conf *deploy.Config, hc *config.HostConfig)
Constants ¶
This section is empty.
Variables ¶
View Source
var MAX_N_ROUNDS int = MAX_N_SECONDS / int(ROUND_TIME/time.Second)
View Source
var MAX_N_SECONDS int = 1 * 60 * 60 // 1 hours' worth of seconds
View Source
var ROUND_TIME time.Duration = 1 * time.Second
Functions ¶
func RunClientStandalone ¶
func RunClientStandalone(conf *deploy.Config, hc *config.HostConfig)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.