[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fork



hi
a question some away from rtlinux
a process opens a socket and binds it e.g port 2100 and begins to listen TCP connection
and forks,
so what happens? child inherits all open file descriptors , both processes listening port 2100
which one accepts connections? so what happens (i would try it but i need an immediate answer)
thanks..