Chunk messages to 1000 byte payloads

This commit is contained in:
2026-01-24 10:55:29 -05:00
parent 157afa13b1
commit fc9c5bcd5d
3 changed files with 17 additions and 6 deletions

View File

@@ -4,6 +4,8 @@ fd: i32,
sockaddr_ll: std.posix.sockaddr.ll,
mac: [6]u8,
pub const max_payload_len = 1000;
const Ifconf = extern struct {
ifc_len: i32,
ifc_ifcu: extern union {