lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,
OS 9 by default uses something called open transport, which is based on the SysV streams API.
http://developer.apple.com/macos/opentransport/

dunno how abstract lua socket extension is, but I'm guessing you'd have to roll your own extension for os 9, use a Carbon socket function (if there's one that works for OS 8+ with carbonlib - might be in the Core Foundation API), or drop OS 9 from supported systems.

Brennan

Ando Sonenblick wrote:

Couldn't tell you much about os9 networking. Except of course that OSX is unix based and os9 is not, so the bsd api would have to be "emulated" on os9... not anything worth the effort on the old os.

ando

On Jun 9, 2004, at 12:37 PM, Joseph Stewart wrote: