[erlang-questions] UNIX domain socket and seqpacket

Yixin Jin yjin77@REDACTED
Tue May 2 22:08:43 CEST 2017


Hi folks,
I notice that since R19, there is now a temporary support for unix domain socket. We can use gen_udp:open() with option 
{ifaddr, {local, "/tmp/path"}}. But when I read gen_udp.erl, I noticed that it only opens the socket with type dgram. I wonder when the support of type seqpacket will be added. I am eager to make use of UNIX domain socket with seqpacket.

Thanks
Yixin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20170502/da3dc11a/attachment.htm>


More information about the erlang-questions mailing list