Qt - Disable internet connection
-
wrote on 20 Oct 2012, 21:45 last edited by
Hello,
I was wondering if Qt can disable the computers internet connection for a certain period of time. Preferably I would like to just disable the internet connection and not the network connection.
Regards,
Aaron Owen
-
wrote on 22 Oct 2012, 08:58 last edited by
Qt does not offer such functionality. What you want is kind of a firewall. On Linux, you should check out "iptables":http://www.netfilter.org/ that allows you to do just that.
1/2