Hi, Like the subject says, is there no class in Qt which will give me a local datagram-oriented socket (e.g. AF_UNIX + SOCK_DGRAM on UNIX systems)? I guess this is because it's not possible to make a cross-platform abstraction for it?
Can I use QUdpSocket, but provide my own AF_UNIX / SOCK_DGRAM socket with setSocketDescriptor? Has anyone done this, something you could share? If so, any gotchas? Elvis _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest