commit | 5f2d9c44389e7cd9fe192570f6f20199bc861eb8 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Sep 02 22:39:45 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Sun Sep 04 21:41:39 2016 +0100 |
tree | 1339480e8cf3b2efaa3f1543e7504e3eb0602408 | |
parent | af338a9ea60acc6337fe9fcdcf664aec2520e541 [diff] |
rxrpc: Randomise epoch and starting client conn ID values Create a random epoch value rather than a time-based one on startup and set the top bit to indicate that this is the case. Also create a random starting client connection ID value. This will be incremented from here as new client connections are created. Signed-off-by: David Howells <dhowells@redhat.com>