lwip: merge upstream master.

This commit is contained in:
Our Air Quality 2017-09-21 20:49:23 +10:00
parent 5e92d55af5
commit 1e76ce25d5
3 changed files with 8 additions and 6 deletions

View file

@ -48,9 +48,9 @@ void sdk_system_pp_recycle_rx_pkt(struct esf_buf *);
struct pbuf;
void pp_recycle_rx_pbuf(struct pbuf *);
struct tcp_seg;
size_t ooseq_bytes_limit(struct tcp_seg *ooseq);
size_t ooseq_pbufs_limit(struct tcp_seg *ooseq);
struct tcp_pcb;
size_t ooseq_bytes_limit(struct tcp_pcb *);
size_t ooseq_pbufs_limit(struct tcp_pcb *);
/* Define generic types used in lwIP */
typedef uint8_t u8_t;