Skip to content

Commit

Permalink
Document absence of IPv6 link local address support
Browse files Browse the repository at this point in the history
XCM doesn't support link local (fe80::/10) addresses, which wasn't
mentioned in the API documentation.

Signed-off-by: Mattias Rönnblom <[email protected]>
  • Loading branch information
m-ronnblom committed Sep 3, 2021
1 parent c4de7f8 commit 262e21d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/xcm.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ extern "C" {
* interfaces). '[*]' is the IPv6 equivalent, creating a server
* socket accepting connections on all IPv4 and IPv6 addresses.
*
* IPv6 link local addresses are not supported.
*
* Some examples addresses:
* @code
* tcp:*:4711
Expand Down

0 comments on commit 262e21d

Please sign in to comment.