mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-21 11:41:49 +00:00
Add basic session key logging
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
export const NOISE_MSG_MAX_LENGTH_BYTES = 65535;
|
||||
export const NOISE_MSG_MAX_LENGTH_BYTES_WITHOUT_TAG = NOISE_MSG_MAX_LENGTH_BYTES - 16;
|
||||
|
||||
export const DUMP_SESSION_KEYS = true;
|
||||
|
||||
|
Reference in New Issue
Block a user