socket-cpp icon indicating copy to clipboard operation
socket-cpp copied to clipboard

feature request: tcpclient connect timeout

Open wjx0912 opened this issue 2 years ago • 0 comments

int timeout = 300ms; m_pTCPClient->Connect("127.0.0.1", "669", timeout);

Is it consider add this parameter? thanks.

wjx0912 avatar Jun 07 '23 01:06 wjx0912