Is there a cross-platform library that allows managing of network connections? Are, for example, Qt libraries capable of this? If so, what classes should i look for?
By managing network connections i mean detecting them and monitoring them. Platforms supported by library must be Windows and Linux. The library must be on c++.
Thanks in advance.
Look at
<QtNetwork>and read about QNetworkInterface