Hi to all. I'm programming a simple client/server application with the Berkeley API socket(), bind(), listen() and accept(). For now, i'm using a TCP connection to realize it.
The server process...