~ehmry/nim_taps

Nim implementation of the TAPS Transport Services Interface
Disambiguate Unix constants
Include getdns in depends.tup build metadata
Implement startBatch & endBatch for Linux

clone

read-only
https://git.sr.ht/~ehmry/nim_taps
read/write
git@git.sr.ht:~ehmry/nim_taps

You can also use your local clone with git send-email.

#Nim Transport Services Interface

A library providing the Transport Services Interface (TAPS). TAPS is a modern alternative to the 1983 Berkley Sockets API. The TAPS specification is language agnostic and this implementation follows the recommendations of the Abstract Application Layer Interface to Transport Services.

Please note that the TAPS specifications are still under review within the IETF and this implementation will change accordingly, without warning.

For more information see TAPS IETF working group, or watch the CCCamp19 talk.

#Examples

#LwIP

This library incudes a copy of lwIP when built for Solo5. To update lwIP the lwIP subtree should be pulled and run tup to regenerate the sources list and commit any changes there.