pub const pbuf_type_PBUF_REF: pbuf_type = 65;
Expand description

pbuf comes from the pbuf pool. Much like PBUF_ROM but payload might change so it has to be duplicated when queued before transmitting, depending on who has a ‘ref’ to it.