diff options
Diffstat (limited to 'docs/reference/src/refs.md')
| -rw-r--r-- | docs/reference/src/refs.md | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/docs/reference/src/refs.md b/docs/reference/src/refs.md new file mode 100644 index 00000000..d1201354 --- /dev/null +++ b/docs/reference/src/refs.md @@ -0,0 +1,50 @@ +<!-- Concepts --> + +[context]: ../overview/context.md +[device]: ../overview/device.md +[duration]: ../overview/duration.md +[msg]: ../overview/msg.md +[pipe]: ../overview/pipe.md +[raw]: ../overview/raw.md +[url]: ../overview/url.md + +<!-- Protocols --> + +[bus]: ../proto/bus.md +[pair]: ../proto/pair.md +[pub]: ../proto/pub.md +[pull]: ../proto/pull.md +[push]: ../proto/push.md +[req]: ../proto/req.md +[rep]: ../proto/rep.md +[respondent]: ../proto/respondent.md +[sub]: ../proto/sub.md +[surveyor]: ../proto/surveyor.md + +<!-- API --> + +[nng_bus_open]: ../api/nng_bus_open.md +[nng_ctx_open]: ../api/nng_ctx_open.md +[nng_msg_get_pipe]: ../api/nng_msg_get_pipe.md +[nng_msg_set_pipe]: ../api/nng_msg_set_pipe.md +[nng_pair_open]: ../api/nng_pair_open.md +[nng_pub_open]: ../api/nng_pub_open.md +[nng_pull_open]: ../api/nng_pull_open.md +[nng_push_open]: ../api/nng_push_open.md +[nng_rep_open]: ../api/nng_rep_open.md +[nng_req_open]: ../api/nng_req_open.md +[nng_respondent_open]: ../api/nng_respondent_open.md +[nng_socket_set]: ../api/nng_socket_set.md +[nng_surveyor_open]: ../api/nng_surveyor_open.md +[nng_sub_open]: ../api/nng_sub_open.md + +<!-- Options --> + +[NNG_OPT_MAXTTL]: ../opts/nng_opt_max_ttl.md +[NNG_OPT_SENDBUF]: ../opts/nng_opt_sendbuf.md + +<!-- External --> + +[mangos]: http://github.com/nanomsg/mangos +[nanomsg]: http://github.com/nanomsg/nanomsg +[survey_rfc]: https://github.com/nanomsg/nanomsg/blob/master/rfc/sp-surveyor-01.txt |
