Operating System - HP-UX
1833762 Members
2643 Online
110063 Solutions
New Discussion

Re: a problem about /etc/inet.conf

 
SOLVED
Go to solution
lin.chen
Frequent Advisor

a problem about /etc/inet.conf

vi /etc/inetd.conf
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -t75

I know the stream is "socket type",but what does "socket type" mean,how can I decide the type for a certain service.
i know there three kinds of "socket type",stream, dgram, or xti,what is the difference?
3 REPLIES 3
Peter Godron
Honored Contributor

Re: a problem about /etc/inet.conf

Hi,
"man socket"
and
http://en.wikipedia.org/wiki/Inetd

should provide at least some of the answers.
lin.chen
Frequent Advisor

Re: a problem about /etc/inet.conf

sorry I can not access the site you provided.
Peter Godron
Honored Contributor
Solution

Re: a problem about /etc/inet.conf

Hi,
the website is more or less a simplified version of the man inetd, with additional information being example of how to set up an inetd service in C.

The basic difference is the way the transport layer is used and how the system recognizes the information arriving at the socket.