Skip to content

Add rate-limit to control delivery rate #108

@andrewkroh

Description

@andrewkroh

stream reads data (from log file or pcap) and writes it to the output destination as fast as it can. To better match real-world systems it would useful in some scenarios to control the speed at which data is delivered to the destination. This is particularly true for protocols without delivery guarantees (UDP).

There's a TODO in the code related to this.

// TODO: Rate-limit for UDP.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions