I would love to have sockperf for FreeBSD for benchmarking my network.
It can be found here https://github.com/Mellanox/sockperf
Works great for Linux, but when I try to compile it for FreeBSD I get the following error
Is this some kind of a c++ standard issue, is it a missing CFLAG?
It can be found here https://github.com/Mellanox/sockperf
Works great for Linux, but when I try to compile it for FreeBSD I get the following error
Code:
In file included from src/Client.cpp:29:0:
src/Defs.h:460:10: error: 'hash' is not a class template
Is this some kind of a c++ standard issue, is it a missing CFLAG?