Merge pull request #5096 from Harekiet/kietC

Bind directly to an IP instead of using a network Interface
This commit is contained in:
sledgehammer999 2016-05-26 17:36:22 -05:00
commit 1397a951fe
5 changed files with 89 additions and 8 deletions

View file

@ -361,6 +361,8 @@ public:
void setMaxHalfOpenConnections(int value);
QString getNetworkInterface() const;
void setNetworkInterface(const QString& iface);
QString getNetworkInterfaceAddress() const;
void setNetworkInterfaceAddress(const QString& addr);
QString getNetworkInterfaceName() const;
void setNetworkInterfaceName(const QString& iface);
bool getListenIPv6() const;