aboutsummaryrefslogtreecommitdiff
path: root/src/lua-nng-common.h
Commit message (Collapse)AuthorAge
* Line endings to unixAlex Pickering2021-09-12
| | | | Convert all line endings to unix line endings.
* Added recv_any()Alexander Pickering2020-07-29
recv_any() is a function that takes multiple sockets and waits for one or more of them to receive. See the unit test for examples.