chore(federation): Bump protocol version to 2 (DHT key propagation)
This commit is contained in:
parent
24adf936e5
commit
8b115ee2a6
|
|
@ -5,7 +5,7 @@ const std = @import("std");
|
||||||
const net = std.net;
|
const net = std.net;
|
||||||
const lwf = @import("l0_transport");
|
const lwf = @import("l0_transport");
|
||||||
|
|
||||||
pub const VERSION: u32 = 1;
|
pub const VERSION: u32 = 2;
|
||||||
pub const SERVICE_TYPE: u16 = lwf.LWFHeader.ServiceType.IDENTITY_SIGNAL;
|
pub const SERVICE_TYPE: u16 = lwf.LWFHeader.ServiceType.IDENTITY_SIGNAL;
|
||||||
|
|
||||||
pub const DhtNode = struct {
|
pub const DhtNode = struct {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue