liminix/pkgs/tufted
Daniel Barlow b438a0fd17 handlersocket must be bound before calling select()
this is due to a rather odd (imo) decision in luasocket which
says that the underlying socket (and therefore its file
descriptor) isn't actually created until we call something
that lets it work out whether ipv4 or ipv6
2023-02-15 22:06:28 +00:00
..
README.md add README to say where Tufted came from 2023-02-15 22:06:28 +00:00
default.nix use locally modified tftp.lua instead of upstream tufty 2023-02-15 22:06:28 +00:00
tftp.lua handlersocket must be bound before calling select() 2023-02-15 22:06:28 +00:00
tufted.fnl simpler eof handling 2023-02-15 22:06:28 +00:00

README.md

Tufted

A small wrapper around Luke Drummond's "Evented Lua TFTP server", originally from https://github.com/ldrumm/tufty