This code:
- Updates contentInboundSessionCreator to decide whether to accept new or keep old session depending on sessionVersion
- Updates contentOutboundSessionCreator to return the session version (right now by default we override session and bump counter).
- Update Tunnelbroker message type to send sessionVersion along with init message
Depends on D11583