Hello,

According to Richard Stevens in Unix Network Programming (Vol 1) the way
a process can find out its host own IP (or IPs) is to call uname() or 
gethostname()
and feed the result to gethostbyname().
The problem is that this way certainly can't deal with dynamic IPs on 
ppp connections, for example.
How d'ya people handle this issue ?

thx,
centipede.

Reply via email to