Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerChristian committed Oct 10, 2023
1 parent 42a94ca commit 8431d99
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -792,13 +792,13 @@ During package installation a new *unix group* with member *root* is created use

SNode.C currently supports five different network layer protocols, each living in it's own C++ namespace.

| Network Layer | C++ Namespace Name |
| ------------------------------------------------------------ | ------------------ |
| Internet Protocol version 4 (IPv4) | `net::ip` |
| Internet Protocol version 6 (IPv6) | `net::ip6` |
| Unix Domain Sockets | `net::un` |
| Bluetooth Radio Frequency Communication (RFCOMM) | `net::rc` |
| Bluetooth Logical Link Control and Adaptation Protocol (L2CAP) | `net::l2` |
| Network Layer | C++ Namespace Name |
| ------------------------------------------------------------ | ------------------------------------------------------------ |
| Internet Protocol version 4 (IPv4) | [`net::ip`](https://snodec.github.io/snode.c-doc/html/namespacenet_1_1in.html) |
| Internet Protocol version 6 (IPv6) | [`net::ip6`](https://snodec.github.io/snode.c-doc/html/namespacenet_1_1in6.html) |
| Unix Domain Sockets | [`net::un`](https://snodec.github.io/snode.c-doc/html/namespacenet_1_1un.html) |
| Bluetooth Radio Frequency Communication (RFCOMM) | [`net::rc`](https://snodec.github.io/snode.c-doc/html/namespacenet_1_1rc.html) |
| Bluetooth Logical Link Control and Adaptation Protocol (L2CAP) | [`net::l2`](https://snodec.github.io/snode.c-doc/html/namespacenet_1_1l2.html) |

## Transport Layer

Expand Down

0 comments on commit 8431d99

Please sign in to comment.