Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DhcpV4Options ¶
type DhcpV4Options struct { Handshake bool DhcpInfo bool EthernetBroadcast bool DhcpBroadcast bool DhcpRelease bool DhcpDecline bool Arp bool ArpFakeMAC bool Bind bool DhcpRelay bool RelaySourceIP net.IP RelayGatewayIP net.IP RelayTargetServerIP net.IP TargetPort int AdditionalDhcpOptions []string RequestsPerSecond int MaxLifetime int MacCount int SpecifiedMacs []string StatsRate int }
func (*DhcpV4Options) HammerType ¶
func (o *DhcpV4Options) HammerType() string
type HammerConfig ¶
type HammerConfig interface {
HammerType() string
}
type SocketeerOptions ¶
Click to show internal directories.
Click to hide internal directories.