diff options
Diffstat (limited to 'erts/preloaded')
-rw-r--r-- | erts/preloaded/ebin/socket.beam | bin | 70280 -> 70280 bytes | |||
-rw-r--r-- | erts/preloaded/src/socket.erl | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/erts/preloaded/ebin/socket.beam b/erts/preloaded/ebin/socket.beam Binary files differindex 360ac195f1..7f6fa76ece 100644 --- a/erts/preloaded/ebin/socket.beam +++ b/erts/preloaded/ebin/socket.beam diff --git a/erts/preloaded/src/socket.erl b/erts/preloaded/src/socket.erl index f889c6e37b..f04f9701d3 100644 --- a/erts/preloaded/src/socket.erl +++ b/erts/preloaded/src/socket.erl @@ -949,10 +949,12 @@ supports(_Key1, _Key2, _Key3) -> %% %% <KOLLA> %% -%% How do we handle the case when an fd has beem created (somehow) +%% How do we handle the case when an fd has been created (somehow) %% and we shall create a socket "from it". %% Can we figure out Domain, Type and Protocol from fd? %% Yes we can: SO_DOMAIN, SO_PROTOCOL, SO_TYPE +%% But does that work on all platforms? Or shall we require that the +%% caller provide this explicitly? %% %% </KOLLA> %% |