#include "gui/C4Startup.h"#include "network/C4Network2Discover.h"#include "network/C4Network2Reference.h"Go to the source code of this file.
Classes | |
| class | C4StartupNetListEntry |
| class | C4StartupNetDlg |
Variables | |
| const int | C4NetMasterServerQueryInterval = 30 |
| const int | C4NetRefRequestTimeout = 12 |
| const int | C4NetReferenceTimeout = 42 |
| const int | C4NetErrorRefTimeout = 10 |
| const int | C4NetGameDiscoveryInterval = 30 |
| const int | C4NetMinRefreshInterval = 1 |
| const int C4NetErrorRefTimeout = 10 |
Definition at line 30 of file C4StartupNetDlg.h.
| const int C4NetGameDiscoveryInterval = 30 |
Definition at line 31 of file C4StartupNetDlg.h.
Referenced by C4StartupNetDlg::C4StartupNetDlg(), C4StartupNetDlg::DoRefresh(), and C4StartupNetDlg::OnSec1Timer().
| const int C4NetMasterServerQueryInterval = 30 |
Definition at line 27 of file C4StartupNetDlg.h.
| const int C4NetMinRefreshInterval = 1 |
Definition at line 32 of file C4StartupNetDlg.h.
Referenced by C4StartupNetDlg::DoRefresh().
| const int C4NetReferenceTimeout = 42 |
Definition at line 29 of file C4StartupNetDlg.h.
| const int C4NetRefRequestTimeout = 12 |
Definition at line 28 of file C4StartupNetDlg.h.