CMakeLists.txt
for vanilla 0.6?if(GLEW_ARB_texture_non_power_of_two || pCommand->m_GlewMajor > 2)
shouldn't it be >= 2
?
i think opengl 2 requires support for non power of 2 textures, but does not necessarily list ARB_texture_non_power_of_two
sudo iptables -t mangle -A PREROUTING -p udp -s 1.2.3.4 -j newchain
sudo iptables -t mangle -N newchain
sudo iptables -t mangle -A newchain -p udp -m limit --limit 50/s --limit-burst 100 -j ACCEPT
sudo iptables -t mangle -A newchain -p udp -j DROP
except instead of -s 1.2.3.4 u choose whatever way u wanna match packets?