bornlibra23
bornlibra23
The cplusplus directory isnt compiles & installed by default along with the c interface. Please make it so.
[root@ashwar kissnet]# clear;clear;cd /media/sf_v5/kissnet/ && scl enable devtoolset-9 "g++ -std=c++17 server.cpp -o server" && ./server [root@ashwar kissnet]# clear;clear;cd /media/sf_v5/kissnet/ && scl enable devtoolset-9 "g++ -std=c++17 client.cpp -o client" && ./client...
There is no shared library for libexanic.
The filter-common.h needs cplusplus guard like exanic.h
I need to add SOL_SOCKET etc. There is no way provided to do that. So I added get_native_handle to support that. Please incorporate. //Return the native socket SOCKET get_native_handle() const...