> Sockets of AF_RXRPC family are: > > (1) created as type SOCK_RPC;
There is no such socket type and please don't invent one If your messages are datagrams and unreliable -> SOCK_DGRAM If your messages are datagrams and reliable -> SOCK_RDM If your messages are datagrams, reliable and ordered -> SOCK_SEQPACKET If your messages are streams of bits, reliable and ordered -> SOCK_STREAM - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html