[432] in linux-net channel archive
Re: UNIX Domain Socket question
daemon@ATHENA.MIT.EDU (Jeff Noxon)
Thu Jun 8 13:58:24 1995
From: Jeff Noxon <jeff@mrsagw.mrsa.com>
To: ralph_b@oldham.gpsemi.COM (Ralph Bolton)
Date: Thu, 8 Jun 1995 10:33:47 +1030 (???)
Cc: Alan.Cox@linux.org
Reply-To: jeff@mrsagw.mrsa.com
Arrgh! [As I rip chunks of hair from my head]
Thanks to those who responded to my question about unix DGRAM sockets.
Unfortunately, looking at linux/net/unix/sock.c reveals that DGRAM sockets
are not supported at all... I find it pretty annoying that one can even be
created at all if it can't be used!
There is only skeleton code in that file that returns EOPNOTSUPP with any
attempt to do anything on a DGRAM socket.
Is anyone working on an implementation right now?
Something else to change in the manpages... :)
Jeff