Network overhaul : support for multiple NICs, performance improvement
- Add support for multiple NICs - Switch from polling to an event loop for the host networking to avoid latency and locking issues
This commit is contained in:
@@ -21,11 +21,13 @@ public slots:
|
||||
void onCurrentMachineChanged(int machineId);
|
||||
|
||||
private slots:
|
||||
void on_pushButtonConfigure_clicked();
|
||||
void on_comboBoxAdapter_currentIndexChanged(int index);
|
||||
void on_comboBoxNetwork_currentIndexChanged(int index);
|
||||
void on_pushButtonConf1_clicked();
|
||||
void on_pushButtonConf2_clicked();
|
||||
void on_pushButtonConf3_clicked();
|
||||
void on_pushButtonConf4_clicked();
|
||||
void on_comboIndexChanged(int index);
|
||||
|
||||
void on_comboBoxPcap_currentIndexChanged(int index);
|
||||
void enableElements(Ui::SettingsNetwork *ui);
|
||||
|
||||
private:
|
||||
Ui::SettingsNetwork *ui;
|
||||
|
||||
Reference in New Issue
Block a user