inetd based servers
Servers that are started by inetd assume that the socket to the client is already established (descriptors 0,1 or 2).
TCP servers started by inetd don’t call accept, so they must call getpeername() if they need to know the address of the client.