Update ingest_error.md

This commit is contained in:
jb-alvarado 2023-02-06 12:30:36 +01:00 committed by GitHub
parent c57d497dee
commit 245c723bf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,3 +27,5 @@ The error behavior can be simulated under Linux using the tool **tc**. Then carr
- undo **tc** rule: `tc qdisc delete dev eth0 root`
`eth0` must be replaced with the physical network interface.
Reference: [simulate-delayed-and-dropped-packets-on-linux](https://stackoverflow.com/questions/614795/simulate-delayed-and-dropped-packets-on-linux)