Hi
I have wrote one program that listens on one port and responds to client.
for this, I have used "socket" API. I do not know why, first returned value of file descriptor from "socket" function is always "3"!!
and all created file descriptors since then are sequential!!(.ex 4 or 6 or etc)
I am curious about numbering of file descriptor in Linux kernel.