User profile: koce

User info
User name:koce
History
Joined:
Number of posts:21
Latest posts:

getnameinfo and tcp connection
Thank you. It's clear there're lot's of advanced stuff to explore, once the need/ interest comes to...

getnameinfo and tcp connection
My doubts got confirmed - it is the recvfrom() call that did not work as I expect, removed recvfrom...

getnameinfo and tcp connection
I tried reworking the getaddrinfo() / getnameinfo() example from the man page, https://linux.die.net...

Unnamed pipe and streams
Thanks for that - you are right! I thought fdopen() just brings ref stream as opposite of fileno() ...

Unnamed pipe and streams
Hi guys, I did some code to experiment with unnamed pipes in C/Linux, and all went fine using read/...