Drop packet if there are not enough free buffers to perform fragmentation
This commit is contained in:
parent
8b72ab49c0
commit
68b9412776
5 changed files with 34 additions and 1 deletions
|
@ -108,7 +108,9 @@ packetbuf_attr_t queuebuf_attr(struct queuebuf *b, uint8_t type);
|
|||
|
||||
void queuebuf_debug_print(void);
|
||||
|
||||
#endif /* QUEUEBUF_H_ */
|
||||
int queuebuf_numfree(void);
|
||||
|
||||
#endif /* __QUEUEBUF_H__ */
|
||||
|
||||
/** @} */
|
||||
/** @} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue