Activate ALTQ_HFSC, crudely check if it really limits bandwidth as we'd expect.
Details
Details
Diff Detail
Diff Detail
- Repository
- R10 FreeBSD src repository
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
tests/sys/netpfil/pf/altq.sh | ||
---|---|---|
25 | It's expected, that this command always succeed, so there is no check needed. Correct? | |
37 | There is a race condition between the "saturate" ping and the test. A busy system might have several seconds between those commands. Would it be possible to rephrase the check, so that the ping is sending i.e. 10 packets and we expect 3 of them back? |