From 21a5d7aff821f886e2d83cd9ef22ee53f6997cd0 Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Fri, 8 Mar 2019 14:23:25 +0100 Subject: [socket|doc] Add notes regarding what does not work (yet) --- erts/doc/src/socket.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'erts/doc') diff --git a/erts/doc/src/socket.xml b/erts/doc/src/socket.xml index caf7058b34..f6195a65b2 100644 --- a/erts/doc/src/socket.xml +++ b/erts/doc/src/socket.xml @@ -40,6 +40,11 @@ the functions, e.g. recv/3, has a timeout argument.

+ +

There is currently no support for Windows.

+

Support for IPv6 has been implemented but not tested.

+

SCTP has only been partly implemented (and not tested).

+
-- cgit v1.2.3 From 276880a0ba8e16e3f5c0682cd7c924cc9c281c08 Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Fri, 8 Mar 2019 14:29:43 +0100 Subject: [net|doc] Add notes regarding what does not work (yet) --- erts/doc/src/net.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'erts/doc') diff --git a/erts/doc/src/net.xml b/erts/doc/src/net.xml index bd85594c98..b9e2cffce9 100644 --- a/erts/doc/src/net.xml +++ b/erts/doc/src/net.xml @@ -33,6 +33,9 @@ Network interface.

This module provides an API for the network interface.

+ +

There is currently no support for Windows.

+
-- cgit v1.2.3