pub const MAX_PAYLOAD: usize = 65516;
Largest payload one packet can carry: git’s limit minus the length prefix.