mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 03:06:38 +00:00
[World] Check if port in use to avoid double booting mistakes (#4740)
* Stuff * Potentially fix aura crash * Reload crash fix * Revert "Reload crash fix" This reverts commit96e1e76306. * Fix * Update entity.cpp * Update dbcore.cpp * [World] Check if port in use to avoid double booting mistakes * Revert "Stuff" This reverts commit2162c00edd. * Revert "Potentially fix aura crash" This reverts commit7c242723f4. * Revert "Fix" This reverts commit8419e284d4. * Revert "Update entity.cpp" This reverts commit8a1f4545a4. * Revert "Update dbcore.cpp" This reverts commitf0278d9591.
This commit is contained in:
@@ -37,6 +37,7 @@ public:
|
||||
int port
|
||||
);
|
||||
static bool IsIPAddress(const std::string &ip_address);
|
||||
static bool IsPortInUse(const std::string& ip, int port);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user