getnameinfo and tcp connectionThank you. It's clear there're lot's of advanced stuff to explore, once the need/ interest comes to...
getnameinfo and tcp connectionMy doubts got confirmed - it is the recvfrom() call that did not work as I expect, removed recvfrom...
getnameinfo and tcp connectionI tried reworking the getaddrinfo() / getnameinfo() example from the man page, https://linux.die.net...
Unnamed pipe and streamsThanks for that - you are right! I thought fdopen() just brings ref stream as opposite of fileno() ...
Unnamed pipe and streamsHi guys, I did some code to experiment with unnamed pipes in C/Linux, and all went fine using read/...