elixir-socket
elixir-socket copied to clipboard
A way to pass all the :gen_udp options?
I'm trying to use the ipv6_v6only option to my socket but I always get a FunctionClauseError. Reading the source code, it seems there is no way to send the full set of :gen_udp options through Socket.UDP.open?
May be #83 shows the same issue.