Home » U++ Library support » U++ Core » [BUG]TcpSocket::Connect return always true
[BUG]TcpSocket::Connect return always true [message #49783] |
Fri, 04 May 2018 11:57  |
omari
Messages: 276 Registered: March 2010
|
Experienced Member |
|
|
Test case :
void TestTcpSocketConnect()
{
TcpSocket soc;
int port;
if(soc.Connect("1.2.3.4", port)) // any ip and any port
{
ASSERT(false);
}
}
Win7, MINGW/MINGWx64/MSBT17/MSBT17x64
regards
omari.
|
|
|
Goto Forum:
Current Time: Thu May 15 23:25:09 CEST 2025
Total time taken to generate the page: 0.03159 seconds
|