[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Luasocket in C
- From: "Robert Raschke" <rtrlists@...>
- Date: Wed, 22 Oct 2008 17:18:08 +0100
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