|
@@ -206,7 +206,8 @@ It responds to:
|
|
|
* TCP connections on port 6970 (`socat stdio tcp4-connect:192.168.69.1:6970 <<<"abcdefg"`),
|
|
|
where it will respond with reversed chunks of the input indefinitely.
|
|
|
* TCP connections on port 6971 (`socat stdio tcp4-connect:192.168.69.1:6971 </dev/urandom`),
|
|
|
- which will sink data.
|
|
|
+ which will sink data. Also, keep-alive packets (every 1 s) and a user timeout (at 2 s)
|
|
|
+ are enabled on this port; try to trigger them using fault injection.
|
|
|
* TCP connections on port 6972 (`socat stdio tcp4-connect:192.168.69.1:6972 >/dev/null`),
|
|
|
which will source data.
|
|
|
|