aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/SUMMARY.md
blob: f36c5086b70702d6d19e22f9a0388f91f57bd3f4 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Summary

[Copyright](./copyright.md)
[Dedication](./dedication.md)
[Preface](./preface.md)

- [API Reference](./api/index.md)

  - [Initialization](./api/init.md)

  - [Messages](./api/msg.md)

  - [Sockets](./api/sock.md)

  - [Contexts](./api/ctx.md)

  - [Memory](./api/memory.md)

  - [Time](./api/time.md)

  - [URLs](./api/url.md)

  - [Asynchronous I/O](./api/aio.md)

  - [Synchronization](./api/synch.md)

  - [Threads](./api/thread.md)

  - [Logging](./api/logging.md)

  - [Statistics](./api/stats.md)

  - [Errors](./api/errors.md)

  - [Streams](./api/stream.md)

  - [Miscellaneous](./api/misc.md)

  - [ID Map](./api/id_map.md)

  - [Arguments Parser](./api/args.md)

- [Protocols](./proto/index.md)

  - [BUS Protocol](./proto/bus.md)
  - [PAIR Protocol](./proto/pair.md)
  - [PUB Protocol](./proto/pub.md)
  - [PULL Protocol](./proto/pull.md)
  - [PUSH Protocol](./proto/push.md)
  - [REP Protocol](./proto/rep.md)
  - [REQ Protocol](./proto/req.md)
  - [RESPONDENT Protocol](./proto/respondent.md)
  - [SUB Protocol](./proto/sub.md)
  - [SURVEYOR Protocol](./proto/surveyor.md)

- [Transports](./tran/index.md)

  - [Intra-Process Transport](./tran/inproc.md)
  - [Inter-Process Transport](./tran/ipc.md)
  - [BSD Socket (Experimental)](./tran/socket.md)
  - [UDP Transport (Experimental)](./tran/udp.md)

- [Migration Guides](./migrate/index.md)

  - [Migrating from NNG 1.x](./migrate/nng1.md)
  - [Migrating from libnanomsg](./migrate/nanomsg.md)

[Index](./indexing.md)