Time-limit options are not being checked enough (#179)
authorRodrigo Osorio <rodrigo@osorio.me>
Sun, 2 Jan 2022 22:37:27 +0000 (23:37 +0100)
committerGitHub <noreply@github.com>
Sun, 2 Jan 2022 22:37:27 +0000 (14:37 -0800)
commitffbca80ca2347beaa1004db56db439cdfa59f59e
treedee806ba278aece9b62290019f065edac3a0383b
parentc11467af36845e153b415d41bff7325ff40095ff
Time-limit options are not being checked enough (#179)

The `--stop-at`, `--stop-after`, and `--time-limit`` options should have their
limit checked when receiving and sending data, not just when receiving.
Fixes #177.
io.c