grafias3787
grafias3787
Good day, below the results root@server:~# uname -a Linux server 4.4.0-17763-Microsoft #2268-Microsoft Thu Oct 07 16:36:00 PST 2021 x86_64 x86_64 x86_64 GNU/Linux root@server:~# gcc -dM -E -
Should I run the commands having fping 5.1 installed or it doesn't matter? I have on the server running with version 4.2-1 because it is production server.
root@server:~# cd /usr/include root@server:/usr/include# find ./ -name socket.h -print0 | xargs -0 grep SO_TIMESTAMPNS ./asm-generic/socket.h:#define SO_TIMESTAMPNS_OLD 35 ./asm-generic/socket.h:#define SO_TIMESTAMPNS_NEW 64 ./asm-generic/socket.h:#define SO_TIMESTAMPNS SO_TIMESTAMPNS_OLD ./asm-generic/socket.h:#define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD...