|
Noise-C
|
Macros | |
| #define | NOISE_PREFIX_CATEGORY NOISE_ID('N', 0) |
| Category for protocol prefixes. More... | |
| #define | NOISE_PREFIX_NONE 0 |
| Protocol prefix identifier that indicates "no prefix". More... | |
| #define | NOISE_PREFIX_PSK NOISE_ID('N', 2) |
| Protocol prefix identifier for "NoisePSK". More... | |
| #define | NOISE_PREFIX_STANDARD NOISE_ID('N', 1) |
| Protocol prefix identifier for "Noise". More... | |
| #define NOISE_PREFIX_CATEGORY NOISE_ID('N', 0) |
Category for protocol prefixes.
Intended for use with noise_name_to_id() and noise_id_to_name().
| #define NOISE_PREFIX_NONE 0 |
Protocol prefix identifier that indicates "no prefix".
| #define NOISE_PREFIX_PSK NOISE_ID('N', 2) |
Protocol prefix identifier for "NoisePSK".
| #define NOISE_PREFIX_STANDARD NOISE_ID('N', 1) |
Protocol prefix identifier for "Noise".
1.8.6