Move binary back to zaprus

Also clean up the args for the aux functions by computing the type instead of passing it
This commit is contained in:
2025-04-05 17:37:24 -04:00
parent 3c935698aa
commit 433a97fe5a
4 changed files with 18 additions and 22 deletions

View File

@@ -51,10 +51,6 @@ pub fn sendInitialConnection(payload: []const u8, initial_port: u16, allocator:
.seq_num = 1,
.msg_id = 2,
.reserved = 5,
// .options = .{
// .opt2 = true,
// .opt8 = true,
// },
},
.payload = payload,
},