Documentation ¶
Index ¶
- func Reset(interfaceName string) error
- func SetNetem(interfaceName string, delay uint32, loss float32, duplicate float32, ...) error
- func SetTbf(interfaceName string, bandwidth uint64, latencyInMillis float64) error
- func UpdateNetworkContractAddress(address string) error
- type Client
- type NetemArgs
- type NetemReply
- type ResetArgs
- type ResetReply
- type TbfArgs
- type TbfReply
- type UpdateNetworkContractAddressArgs
- type UpdateNetworkContractAddressReply
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateNetworkContractAddress ¶
Let Marconid update network_contract_address in user_config.yml
Types ¶
type NetemReply ¶
type NetemReply struct { }
type ResetReply ¶
type ResetReply struct { }
type UpdateNetworkContractAddressArgs ¶
type UpdateNetworkContractAddressArgs struct {
NetworkContractAddress string
}
type UpdateNetworkContractAddressReply ¶
type UpdateNetworkContractAddressReply struct { }
Click to show internal directories.
Click to hide internal directories.