LiuZe 3b51f35e80 base commit 1 gadu atpakaļ
..
README 3b51f35e80 base commit 1 gadu atpakaļ
async_shutdown.c 3b51f35e80 base commit 1 gadu atpakaļ
block.c 3b51f35e80 base commit 1 gadu atpakaļ
bug328.c 3b51f35e80 base commit 1 gadu atpakaļ
bug777.c 3b51f35e80 base commit 1 gadu atpakaļ
bus.c 3b51f35e80 base commit 1 gadu atpakaļ
cmsg.c 3b51f35e80 base commit 1 gadu atpakaļ
device.c 3b51f35e80 base commit 1 gadu atpakaļ
device4.c 3b51f35e80 base commit 1 gadu atpakaļ
device5.c 3b51f35e80 base commit 1 gadu atpakaļ
device6.c 3b51f35e80 base commit 1 gadu atpakaļ
device7.c 3b51f35e80 base commit 1 gadu atpakaļ
domain.c 3b51f35e80 base commit 1 gadu atpakaļ
emfile.c 3b51f35e80 base commit 1 gadu atpakaļ
hash.c 3b51f35e80 base commit 1 gadu atpakaļ
inproc.c 3b51f35e80 base commit 1 gadu atpakaļ
inproc_shutdown.c 3b51f35e80 base commit 1 gadu atpakaļ
iovec.c 3b51f35e80 base commit 1 gadu atpakaļ
ipc.c 3b51f35e80 base commit 1 gadu atpakaļ
ipc_shutdown.c 3b51f35e80 base commit 1 gadu atpakaļ
ipc_stress.c 3b51f35e80 base commit 1 gadu atpakaļ
list.c 3b51f35e80 base commit 1 gadu atpakaļ
msg.c 3b51f35e80 base commit 1 gadu atpakaļ
pair.c 3b51f35e80 base commit 1 gadu atpakaļ
pipeline.c 3b51f35e80 base commit 1 gadu atpakaļ
poll.c 3b51f35e80 base commit 1 gadu atpakaļ
prio.c 3b51f35e80 base commit 1 gadu atpakaļ
pubsub.c 3b51f35e80 base commit 1 gadu atpakaļ
reqrep.c 3b51f35e80 base commit 1 gadu atpakaļ
reqttl.c 3b51f35e80 base commit 1 gadu atpakaļ
separation.c 3b51f35e80 base commit 1 gadu atpakaļ
shutdown.c 3b51f35e80 base commit 1 gadu atpakaļ
stats.c 3b51f35e80 base commit 1 gadu atpakaļ
survey.c 3b51f35e80 base commit 1 gadu atpakaļ
surveyttl.c 3b51f35e80 base commit 1 gadu atpakaļ
symbol.c 3b51f35e80 base commit 1 gadu atpakaļ
tcp.c 3b51f35e80 base commit 1 gadu atpakaļ
tcp_shutdown.c 3b51f35e80 base commit 1 gadu atpakaļ
term.c 3b51f35e80 base commit 1 gadu atpakaļ
testutil.h 3b51f35e80 base commit 1 gadu atpakaļ
timeo.c 3b51f35e80 base commit 1 gadu atpakaļ
trie.c 3b51f35e80 base commit 1 gadu atpakaļ
win_sec_attr.c 3b51f35e80 base commit 1 gadu atpakaļ
ws.c 3b51f35e80 base commit 1 gadu atpakaļ
ws_async_shutdown.c 3b51f35e80 base commit 1 gadu atpakaļ
zerocopy.c 3b51f35e80 base commit 1 gadu atpakaļ

README

This directory contains automatic tests for nanomsg library. To run the tests
do "make test" in the build directory, or alternatively run ctest.

Note that the code here is probably ill-suited for demonstration purposes, as
it is primarily oriented towards testing the library, rather than serving as
any sort of example.

Instead, we recommend looking in ../demo for some example programs that
demonstrate the API as we feel it is meant to be used.