resetIpStack added
This commit is contained in:
parent
5aa47d35e7
commit
343e6a50df
8 changed files with 42 additions and 0 deletions
|
|
@ -53,3 +53,14 @@ void Router::flushDns()
|
|||
#endif
|
||||
}
|
||||
|
||||
void Router::resetIpStack()
|
||||
{
|
||||
#ifdef Q_OS_WIN
|
||||
RouterWin::Instance().resetIpStack();
|
||||
#elif defined (Q_OS_MAC)
|
||||
// todo fixme
|
||||
#elif defined Q_OS_LINUX
|
||||
// todo fixme
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue