You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
stream/internal/command/pcap.go
Line 87 in 09126d2
The text was updated successfully, but these errors were encountered: