[PATCH net-next 05/14] rxrpc: Fix exclusive connection handling [ver #2]

2016-06-22 Thread David Howells
"Exclusive connections" are meant to be used for a single client call and then scrapped. The idea is to limit the use of the negotiated security context. The current code, however, isn't doing this: it is instead restricting the socket to a single virtual connection and doing all the calls over t

[PATCH net-next 05/14] rxrpc: Fix exclusive connection handling

2016-06-22 Thread David Howells
"Exclusive connections" are meant to be used for a single client call and then scrapped. The idea is to limit the use of the negotiated security context. The current code, however, isn't doing this: it is instead restricting the socket to a single virtual connection and doing all the calls over t