mirror of
https://github.com/ChronosX88/nesca.git
synced 2024-11-23 18:52:19 +00:00
parent
ea4dd26689
commit
4a87299ec6
@ -414,10 +414,10 @@ bool portCheck(const char * sDVRIP, int wDVRPort) {
|
|||||||
}
|
}
|
||||||
int Connector::connectToPort(char* ip, int port)
|
int Connector::connectToPort(char* ip, int port)
|
||||||
{
|
{
|
||||||
//if(gPingNScan)
|
if(gPingNScan)
|
||||||
//{
|
{
|
||||||
// if(_pingMyTarget(ip) == 0) return -2;
|
if(_pingMyTarget(ip) == 0) return -2;
|
||||||
//};
|
};
|
||||||
|
|
||||||
std::string buffer;
|
std::string buffer;
|
||||||
int size = 0;
|
int size = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user