6.7.6. GeoPacketLimit

A rate limit solution based on packet numbers. The following parameters have to be specified:

GeoPacketLimit settings

Figure 6.66. GeoPacketLimit settings

  • time_unit: Time quantum for rate limitation time dimension.

  • packet_number: Maximum allowed packet rate in the given time quantum. It determines the speed or frequency at which packages can arrive

    Example 6.10. GeoPacketLimit example settings
    • If the limit is 10/minute, and 5 packets arrive in one second, then only the first one will be accepted.

    • If the limit is 10/minute and 100 packets arrive in one minute, then approximately every tenth will be accepted evenly.

  • burst_number: Maximum initial number of packets to treated together when calculating the rate limit.