HopLimitOption constructor

HopLimitOption(
  1. int value
)

Implementation

HopLimitOption(final int value) : super(OptionType.hopLimit, value);