Uses httpbin.org/drip to slowly drip bytes over a set duration,
keeping connections alive for a controlled time. Profiles are computed from
the Go timeout value below, so they always straddle the configured boundary
— some finish well before the timeout, others are mid-transfer when it fires.
| safe |
~50% of timeout |
well under the limit |
| boundary |
~92% of timeout |
server-side OK, but mixnet latency pushes it over |
| over |
~108% of timeout |
exceeds the timeout on its own |
| slow-start |
~17% delay + ~83% drip |
late first byte, then long transfer |