chore(federation): Bump protocol version to 2 (DHT key propagation)

This commit is contained in:
Markus Maiwald 2026-01-31 22:16:21 +01:00
parent 24adf936e5
commit 8b115ee2a6
1 changed files with 1 additions and 1 deletions

View File

@ -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 {