19 Commits

Author SHA1 Message Date
Thibaut Vandervelden
7ce551db03 fix: fix typos (comments, structs, enums and docs) 2023-12-13 10:54:17 +01:00
Thibaut Vandervelden
533f103a95
pass the now time when creating the iface
Signed-off-by: Thibaut Vandervelden <thvdveld@vub.be>
2023-06-12 16:31:38 +02:00
Thibaut Vandervelden
099f5f7c2a Don't use Option for neighbor cache anymore 2023-04-04 18:54:33 +02:00
Dario Nieuwenhuis
5740b76574 iface: remove builder. 2023-01-19 14:43:15 +01:00
Dario Nieuwenhuis
c015cc358e iface: use owned frag buffer, remove frag from builder. 2023-01-19 13:33:49 +01:00
Dario Nieuwenhuis
050731b519 iface: remove all uses of crate::{Error, Result}; 2023-01-14 21:57:36 +01:00
Dario Nieuwenhuis
af115a5769 packet assembler: simplify data structure and api. 2023-01-02 00:28:38 +01:00
Dario Nieuwenhuis
3a080d818b Clippy fixes 2023-01-02 00:20:05 +01:00
Dario Nieuwenhuis
4eb49b808a iface: use heapless LinearMap for neighbor cache. 2022-12-23 18:13:03 +01:00
Davide Della Giustina
4ddb96b1b2
Increased max number of IPs from 4 to 5 because some test use 5 2022-12-20 14:04:24 +00:00
Davide Della Giustina
aec718a08f
Fix clippy and rustfmt errors 2022-12-20 13:21:28 +00:00
Davide Della Giustina
8cf7625cc2
ip_addrs field of an interface is now a heapless::Vec (one test still failing) 2022-12-20 12:02:10 +00:00
Thibaut Vandervelden
fe26f462dd Better names for buffers (#653) 2022-09-21 23:11:35 +02:00
Dario Nieuwenhuis
ecb4cbc545 Clippy fixes. 2022-08-06 00:00:19 +02:00
Dario Nieuwenhuis
9e18ca127e socket_set: add get_mut, make get immutable. 2022-06-06 02:26:45 +02:00
Dario Nieuwenhuis
d703a66d1d iface: borrow the device instead of owning it. 2022-06-06 02:26:45 +02:00
Dario Nieuwenhuis
b71ffcb6cc iface: borrow the SocketSet instead of owning. 2022-06-06 01:14:53 +02:00
Thibaut Vandervelden
f3310e63f4 refactor 6LoWPAN fragmentation 2022-06-01 12:27:11 +02:00
AntoonBeres
c11e4bb6a7 added sixlowpan fragmentation benchmark 2022-05-24 10:24:53 +02:00