public class TESTProtocolTaskConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DETERMINISTIC_DROP |
static int |
DETERMINISTIC_DROP_FREQUENCY |
static double |
RANDOM_DROP_RATE |
Constructor and Description |
---|
TESTProtocolTaskConfig() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
static void |
setDrop(boolean b) |
static boolean |
shouldDrop(int id) |
public static final boolean DETERMINISTIC_DROP
public static final int DETERMINISTIC_DROP_FREQUENCY
public static final double RANDOM_DROP_RATE