Home | History | Annotate | Download | only in qemud

Lines Matching full:max_payload

637 #define  MAX_PAYLOAD  4000
643 uint8_t data[ MAX_PAYLOAD ];
905 if ((len = fd_read(f->fd, p->data, MAX_PAYLOAD)) < 0) {