export const CODEC_IDENTITY = 0x00 export const CODEC_CBOR = 0x51 export const CODEC_LIBP2P_KEY = 0x72 export const SESSION_CACHE_MAX_SIZE = 100 export const SESSION_CACHE_TTL_MS = 60 * 1000