• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
AW: SCNetworkConnectionStart() Function for MAC OS Version <= 10_2
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AW: SCNetworkConnectionStart() Function for MAC OS Version <= 10_2


  • Subject: AW: SCNetworkConnectionStart() Function for MAC OS Version <= 10_2
  • From: Halit Özüberk \(ProDyne\) <email@hidden>
  • Date: Tue, 14 Jun 2005 12:19:30 +0200
  • Thread-topic: SCNetworkConnectionStart() Function for MAC OS Version <= 10_2

Title: Nachricht
Where can I download the files ?
 
ppplib.h
ppplib.c
ppp_msg.h
 
Thank You.
 
-----Ursprüngliche Nachricht-----
Von: macnetworkprog-bounces+halit=email@hidden [mailto:macnetworkprog-bounces+halit=email@hidden] Im Auftrag von Quinn
Gesendet: Montag, 13. Juni 2005 18:48
An: email@hidden
Betreff: Re: SCNetworkConnectionStart() Function for MAC OS Version <= 10_2

At 18:06 +0200 13/6/05, Halit Özüberk \(ProDyne\) wrote:
Do you know a function for connecting, disconnecting for the MAC OS Version < 10.3.
 
the Function SCNetworkConnectionStart run only under >= 10.3...

As you've noticed, the SCNetworkConnection API was introduced in Mac OS X 10.3.  Earlier systems have no good, supported API for managing PPP connections.  There are two possible alternatives:

1. Open Transport PPP API -- This more-or-less works, but it has some bugs that have caused problems for various developers over the years.

2. ppplib -- This unsupported API works more reliably than the OT PPP API, but you have to dig into Darwin to find the API.

You can search the list archives for detailed information about these APIs.

Finally, if you use either of these APIs, make sure that you only use it on Mac OS X 10.x (x < 3).  On Mac OS X 10.3 and later, you must only use SCNetworkConnection.  That's the only PPP API that we intend to support in the long term.

Share and Enjoy
--
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

  • Follow-Ups:
    • Re: AW: SCNetworkConnectionStart() Function for MAC OS Version <= 10_2
      • From: Quinn <email@hidden>
  • Prev by Date: Re: SPNEGO bug in CFNetwork
  • Next by Date: network security & moreunix
  • Previous by thread: Re: SPNEGO bug in CFNetwork
  • Next by thread: Re: AW: SCNetworkConnectionStart() Function for MAC OS Version <= 10_2
  • Index(es):
    • Date
    • Thread