elixir-socket icon indicating copy to clipboard operation
elixir-socket copied to clipboard

A way to pass all the :gen_udp options?

Open bortzmeyer opened this issue 2 years ago • 0 comments

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.

bortzmeyer avatar Jul 27 '22 16:07 bortzmeyer