mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
45f7966364
Due to some changes to the minimal forwarding draft and in preparation for Selective Fragment Recovery some changes to the VRB API were needed. Now the index of a VRB entry is only (L2 src, tag) not as before (L2 src, L2 dst, length, tag). I know that the current `rbuf_base` causes waste, as all the fields not used by the new index are effectively not used by the VRB. I'd like to fix that however in a later change, since that also requires some modifications of the classic reassembly buffer, and thus would complicate the review and testing of the change. Sources for the index change: - https://tools.ietf.org/html/draft-ietf-6lo-minimal-fragment-04#section-1 - https://mailarchive.ietf.org/arch/browse/6lo/?gbt=1&index=DLCTxC2X4bRNtYPHhtEkavMWlz4 |
||
---|---|---|
.. | ||
hint.h | ||
rb.h | ||
vrb.h |