GoldenGateBindings / com.fitbit.goldengate.bindings.io / Blaster / <init>

<init>

Blaster(lwipBased: Boolean = true, packetSize: Int = BLASTER_DEFAULT_PACKET_SIZE, maxPacketCount: Int = 0, sendInterval: Long = 0L)

Stack service for supporting blasting random packets over attached GG stack.

To start blasting call start method, blasting will only be stopped after calling stop

Parameters

lwipBased - true is configured with a Network Interface, false otherwise (default is true)

packetSize - Size of each packet to send.

maxPacketCount - Number of packets to send, or 0 for unlimited.

sendInterval - Time interval between packets, in milliseconds, or 0 for max speed.