| d62e1ecb | 24-May-2021 |
Lutz Donnerhacke <[email protected]> |
tests/libalias: Add port forwardings
Add port forwardings to the performance tests. This will cause random incoming packets to match the random port forwardings opends beforehand.
MFC after: 1 wee
tests/libalias: Add port forwardings
Add port forwardings to the performance tests. This will cause random incoming packets to match the random port forwardings opends beforehand.
MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D30443
show more ...
|
| 6e87898a | 23-May-2021 |
Lutz Donnerhacke <[email protected]> |
tests/libalias: Improve testing
gettimeofday(3) is almost as expensive as the calls to libalias. So the call frequency for this call is reduced by a factor of 1000 in order to neglect it's influence
tests/libalias: Improve testing
gettimeofday(3) is almost as expensive as the calls to libalias. So the call frequency for this call is reduced by a factor of 1000 in order to neglect it's influence.
Using NAT entries became more realistic: A communication of a random length of up to 150 packets (10% outgoing, 90% incoming) is applied for each entry.
Precision of the execution time is raised to see the trends better.
Reviewed by: kp MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D30405
show more ...
|
| 755bab6d | 23-May-2021 |
Lutz Donnerhacke <[email protected]> |
tests/libalias: Test LibAliasIn on redirection
Extend the test suite for libalias(3) to incoming connections. Test the various types of redirections.
MFC after: 1 week Differential Revision: https:
tests/libalias: Test LibAliasIn on redirection
Extend the test suite for libalias(3) to incoming connections. Test the various types of redirections.
MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D30408
show more ...
|