<' struct packet { payload : list of byte; // Hard constraint the legal packet size keep payload.size() < 512 and payload.size() > 64; };