blob: d1201354b1d4f2b1dd2581194872fac260765d39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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
|