Hi,
I am working on DM355 EVM, and I modified the inetd.conf below:
telnet stream tcp nowait root /bin/telnetd /bin/telnetd
ftp stream tcp nowait root /bin/ftpd /bin/ftpd -i
http stream tcp nowait root /home/www/eaglehttpd eaglehttpd /home/www
where the eaglehttp is our private http software. Then
I restart inetd by
/etc/init.d/inetd restart
Right now i can use http now.
However, When i click web page fast, the inetd looks like it is dead. I can't use http again. I have to restart inet by:
/etc/init.d/inetd restart
So i think there is one bug in inetd for tcp stream receiving, and I want to find the source code of inetd. Who has it?
Thanks
Bill