write(4, "\0\0\0\0", 4) = 4 read(4, "\3", 1) = 1 read(4, "\317\314\0\0", 4) = 4 socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) = 5 setsockopt(5, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0 bind(5, {sa_family=AF_INET, sin_port=htons(20), sin_addr=inet_addr("192.168.0.210")}, 16) = 0 fcntl(5, F_GETFL) = 0x2 (flags O_RDWR) fcntl(5, F_SETFL, O_RDWR|O_NONBLOCK) = 0 connect(5, {sa_family=AF_INET, sin_port=htons(52431), sin_addr=inet_addr("192.168.0.1")}, 16) = -1 EINPROGRESS (Die Operation ist jetzt in Bearbeitung) select(6, NULL, [5], NULL, {tv_sec=60, tv_usec=0}) = 1 (out [5], left {tv_sec=59, tv_usec=999994}) getsockopt(5, SOL_SOCKET, SO_ERROR, [0], [4]) = 0 fcntl(5, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK) fcntl(5, F_SETFL, O_RDWR) = 0 write(4, "\1", 1) = 1 sendmsg(4, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0", iov_len=1}], msg_iovlen=1, msg_control=[{cmsg_len=20, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, cmsg_data=[5]}], msg_controllen=20, msg_flags=0}, 0) = 1 close(5) = 0 read(4, "\n", 1) = 1 write(4, "\1", 1) = 1 read(4, "", 1) = 0 fcntl(0, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK) --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3, si_uid=1000, si_status=0, si_utime=0, si_stime=0} --- alarm(1) = ? +++ killed by SIGSYS (core dumped) +++