alessandrogario
10/23/2018, 12:59 PMevilrez
10/24/2018, 7:25 PMalessandrogario
10/25/2018, 11:12 AMexit=
!= 0 is emitted with success=no
connect
(man 3 connect) you can see the following:RETURN VALUE
Upon successful completion, connect() shall return 0; otherwise, −1 shall be returned and errno set to indicate the error.
EINPROGRESS
O_NONBLOCK is set for the file descriptor for the socket and the connection cannot be immediately established; the connection shall be established asynchronously.
evilrez
10/25/2018, 3:35 PM