Top "Inetd" questions

Recovering IP/Port from Socket Descriptor

I'm writing a clone of inetd in which I must run a server that prints the IP and port of …

c sockets tcp inetd
Accessing a symlink over tftp

I am using GNU inetd and tftpd (under cygwin, but that shouldn't matter), and I need to have many symbolic …

linux symlink tftp inetd
Why can't gdb attach to server application summoned with inetd?

I have a server application that can be summoned for the client using inetd. However, if I try to attach …

c++ gdb inetd