lua-users home
lua-l archive

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


On Wed, Oct 22, 2008 at 4:56 PM, Ryan Knotts <jknotts@gmail.com> wrote:
> Do you know if there is anyway to call the C functions in LuaSocket
> directly. Since LuaSocket is written in C I was just wondering if I
> could use those functions that are included in socket.h in my C code.
> Thanks for the help!

Then why not just call socket(), select(), accept(), etc. (i.e., the C
socket functions) directly?

Robby