luainkernel / lunatik

Lunatik is a framework for scripting the Linux kernel with Lua.
GNU General Public License v2.0
511 stars 29 forks source link

allow `socket:send(data)` #175

Open sav opened 2 months ago

sav commented 2 months ago

allow passing luadata objects directly to luasocket's socket.send.

lneto commented 2 months ago

Perhaps a better idea is to have a pair send/receive using data..

lneto commented 2 months ago

btw, it would be good to have benchmarks on it as well..