digitalmars.D.learn - How to create RDM sockets?
- Andrey Derzhavin (5/5) Jul 07 2013 Hello!
- Rob T (5/10) Jul 07 2013 Not all systems support RDM and/or it is not fully implemented in
Hello! I try to create a RDM socket, but all my attempts fails by "Unable to create socket: Socket type not supported" error. How can I create a RDM socket using std.socket module? Thanks.
Jul 07 2013
On Sunday, 7 July 2013 at 10:53:09 UTC, Andrey Derzhavin wrote:Hello! I try to create a RDM socket, but all my attempts fails by "Unable to create socket: Socket type not supported" error. How can I create a RDM socket using std.socket module? Thanks.Not all systems support RDM and/or it is not fully implemented in D even though the docs appear to say it is. Last I checked not even unix sockets worked, which are pretty basic. --rt
Jul 07 2013