]>
git.scottworley.com Git - tattlekey/blob - client/sends.h
651d0e48ab783d368f400d70d7dfa894db20b1d0
4 #include "pico/cyw43_arch.h"
5 #include "pico/util/pheap.h"
13 uint32_t next_send(send_t
*s
);
15 bool next_send_less_than(void *user_data
, pheap_node_id_t a
, pheap_node_id_t b
);
17 void create_send(send_t
*sleeping_sends
, pheap_t
*sleeps_heap
,
18 uint32_t timestamp
, u16_t seq
);