public class DatagramFilter extends Object implements VisitableConfig
| Modifier and Type | Field and Description |
|---|---|
Integer |
macErrorThreshold
Above this number of MAC errors, all messages from the peer are dropped before decryption.
|
String |
quitTime
After the quiet time period the filter is reset and messages are processed
until the error threshold is exceeded again.
|
| Constructor and Description |
|---|
DatagramFilter() |
@Parameter @Optional(defaultValue="3") @Summary(value="Above this number of MAC errors, \nall messages from the peer are dropped before decryption.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public Integer macErrorThreshold
@Parameter @Optional(defaultValue="30s") @Summary(value="After the quiet time period the filter is reset and messages are processed,\n until the error threshold is exceeded again.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public String quitTime
public void accept(ConfigVisitor visitor) throws ConfigException
accept in interface VisitableConfigvisitor - The visitor of the configuration object.ConfigException - When the visit was not successful.Copyright © 2019–2025 Teslanet.nl. All rights reserved.