lua-users home
lua-l archive

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


Hello list,

I am investigating UDP Unix Domain Socket APIs in luasocket.

I've found an email below:
http://lua-users.org/lists/lua-l/2008-07/msg00460.html 

Diego Nehab provided TCP Unix Domain Socket sample code and I tested it successfully. I appreciate him for this email.

But I wonder if luasocket supports UDP UDS.
Does the luasocket only support TCP in UDS?
If it supports UDP, then I'd like to find Minimal Working Example for it.

Thank you very much in advance.

Jeonghum