I'm trying to set the IP_TRANSPARENT option on my socket but I'm always getting OSError: [Errno 92] Protocol not available.
Is there any way to fix this? ( I can use setsockopt to change the value of TCP_WINDOW CLAMP )
My python version is 3.6.4 and I'm working on Fedora