luasocket icon indicating copy to clipboard operation
luasocket copied to clipboard

Question regarding unix sockets

Open pgundlach opened this issue 3 years ago • 0 comments

I am not sure if this is the right place. In src/unix.h I see the note

This module is just an example of how to extend LuaSocket with a new domain.

What does that mean?

  • Is the code in unix.c/h not recommended to be used? (Any drawbacks?)
  • Is there another way to create unix sockets without socket.unix (with the luasocket library and using only pure Lua)?

pgundlach avatar May 05 '21 13:05 pgundlach