Constant gnunet_sys::GNUNET_CORE_KxState_GNUNET_CORE_KX_STATE_REKEY_SENT[][src]

pub const GNUNET_CORE_KxState_GNUNET_CORE_KX_STATE_REKEY_SENT: GNUNET_CORE_KxState = 4;

We’re rekeying (or had a timeout), so we have sent the other peer our new ephemeral key, but we did not get a matching PONG yet. This is equivalent to being #GNUNET_CORE_KX_STATE_KEY_RECEIVED, except that the session is marked as ‘up’ with sessions (as we don’t want to drop and re-establish P2P connections simply due to rekeying).