Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ng_sixlowpan: make lookup in reassembly buffer more efficient #3006

@OlegHahm

Description

@OlegHahm

As discussed in #2781 (comment) the current implementation of the lookup for fragments in the reassembly buffer is quite expensive, because up to seven comparisons have to be made for each fragment reception. This might be improved by using a bloomfilter that checks first if the fragment may be in the buffer, before the full check is performed.

Metadata

Metadata

Assignees

Labels

Area: networkArea: NetworkingCommunity: good first issueThis issue is good for newcomers to RIOT to be addressed / implementedType: enhancementThe issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions