Re: PPP_PATH
Re: PPP_PATH
- Subject: Re: PPP_PATH
- From: Quinn <email@hidden>
- Date: Tue, 21 Jun 2005 15:10:11 +0100
Title: Re: PPP_PATH
At 15:59 +0200 21/6/05, Halit Özüberk \(ProDyne\)
wrote:
#define
PPP_PATH
"/var/run/pppconfd\0"
for which is this
constant?
what does to this file
"pppconfd" ?
You can see it in the file system as:
$ ls -lh /var/run/pppconfd
srwxrwxrwx 1 root
daemon 0B Jun 15 14:59 /var/run/pppconfd
The "s" in the first column indicates that this is a
UNIX domain socket. PPP listens on this socket for API
commands. This is the point of contact between the (unsupported)
"ppplib" library and the PPP daemon that actually does the
work.
S+E
--
Quinn "The
Eskimo!"
<http://www.apple.com/developer/>
Apple Developer Technical Support * Networking, Communications,
Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >PPP_PATH (From: Halit Özüberk \(ProDyne\) <email@hidden>) |