libtransport-packet is a C library to handle network transport packets.
The library depends on the following Alchemy modules:
- libulog
- libfutils
- libpomp
Building is activated by enabling libtransport-packet in the Alchemy build configuration.
The API functions are not thread safe and should always be called from the same thread, or it is the caller's resposibility to synchronize calls if multiple threads are used.