Re: [PATCH 0/5] [RFC] AF_RXRPC socket family implementation [try #2]
- From: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx>
- Date: Fri, 16 Mar 2007 15:13:05 +0000
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 linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- [PATCH 0/5] [RFC] AF_RXRPC socket family implementation [try #2]
- From: David Howells
- [PATCH 0/5] [RFC] AF_RXRPC socket family implementation [try #2]
- Prev by Date: Re: [PATCH 1/5] AF_RXRPC: Add blkcipher accessors for using kernel data directly [try #2]
- Next by Date: Re: [PATCH 4/5] AF_RXRPC: Key facility changes for AF_RXRPC [try #2]
- Previous by thread: Re: [PATCH 0/5] [RFC] AF_RXRPC socket family implementation [try #2]
- Next by thread: Re: [PATCH 0/5] [RFC] AF_RXRPC socket family implementation [try #2]
- Index(es):