//
// Connect(addr, false) will issue a nonblocking connection request
// and return immediately. If the return value is true, then the
//
// Connect(addr, false) will issue a nonblocking connection request
// and return immediately. If the return value is true, then the
// false, you must wait for the request to complete, either with
// WaitOnConnect() or by watching wxSOCKET_CONNECTION / LOST
// events (please read the documentation).
// false, you must wait for the request to complete, either with
// WaitOnConnect() or by watching wxSOCKET_CONNECTION / LOST
// events (please read the documentation).