mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-11 09:24:33 +00:00
fix: replace localhost to 127.0.0.1
This commit is contained in:
parent
fbbc30c950
commit
104e3b2356
3 changed files with 17 additions and 17 deletions
|
@ -4,4 +4,4 @@
|
|||
|
||||
typedef unsigned int uint32_t;
|
||||
|
||||
bool isPortOpen(const std::string& ip, uint32_t port, int timeout_sec = 2);
|
||||
bool is_port_open(const std::string& ip, uint32_t port, int timeout_sec = 2);
|
Loading…
Add table
Add a link
Reference in a new issue