Thibaut Vandervelden
|
ad3f387c6b
iface: remove generic `T: [u8]` in functions
|
il y a 1 an |
Thibaut Vandervelden
|
618d7e33a7
rewrite IpPacket
|
il y a 1 an |
Dario Nieuwenhuis
|
3a8f133a21
Pass PacketMeta separately, not within IpPacket.
|
il y a 1 an |
Dario Nieuwenhuis
|
409ad14da9
Rename PacketId to PacketMeta, make id field public.
|
il y a 1 an |
datdenkikniet
|
78b4f39a10
Device-level packet metadata identifiers
|
il y a 1 an |
Elena Frank
|
97afe68e38
iface: doc panic if hardware addr doesn't match
|
il y a 1 an |
Elena Frank
|
2741503a55
iface: fix outdated docs on Interface::new
|
il y a 1 an |
Dario Nieuwenhuis
|
81fbe91947
Merge pull request #799 from thvdveld/iface-with-instant-now
|
il y a 1 an |
Dario Nieuwenhuis
|
7d78370ded
iface: add support for sending to subnet-local broadcast addrs (like 192.168.1.255).
|
il y a 1 an |
Thibaut Vandervelden
|
533f103a95
pass the now time when creating the iface
|
il y a 1 an |
Thibaut Vandervelden
|
5c6475aaa5
fix(791): wrong payload length of first IPv4 frag
|
il y a 1 an |
Thibaut Vandervelden
|
099f5f7c2a
Don't use Option for neighbor cache anymore
|
il y a 2 ans |
Thibaut Vandervelden
|
f95fbca743
Put IEEE802154 in separate iface module
|
il y a 2 ans |
Dario Nieuwenhuis
|
51af32ebd1
iface: make MulticastError public.
|
il y a 2 ans |
Dario Nieuwenhuis
|
b047cbeade
Add compile-time configuration options for counts and buffer sizes.
|
il y a 2 ans |
Dario Nieuwenhuis
|
a656ab0c08
iface: use reassembly timeout setting for both ipv4 and 6lowpan.
|
il y a 2 ans |
Dario Nieuwenhuis
|
d13db8b291
iface: unify ipv4/6lowpan fragmenters.
|
il y a 2 ans |
Dario Nieuwenhuis
|
12fd8161c7
iface: unify ipv4/6lowpan packet assemblers.
|
il y a 2 ans |
Dario Nieuwenhuis
|
f428a50e7f
iface: rename sixlowpan_fragments_cache_timeout -> sixlowpan_reassembly_timeout
|
il y a 2 ans |
Dario Nieuwenhuis
|
3a9d017354
Remove unneeded ref patterns and destructures.
|
il y a 2 ans |
Dario Nieuwenhuis
|
5740b76574
iface: remove builder.
|
il y a 2 ans |
Dario Nieuwenhuis
|
b73c943eee
iface: remove lifetimes.
|
il y a 2 ans |
Dario Nieuwenhuis
|
bc7fe74d55
sixlowpan: make address context owned.
|
il y a 2 ans |
Dario Nieuwenhuis
|
c015cc358e
iface: use owned frag buffer, remove frag from builder.
|
il y a 2 ans |
Dario Nieuwenhuis
|
050731b519
iface: remove all uses of crate::{Error, Result};
|
il y a 2 ans |
Dario Nieuwenhuis
|
f4a823ad37
iface: move igmp code to a separate mod.
|
il y a 2 ans |
Dario Nieuwenhuis
|
836082cee6
Remove some self destructurings, not needed anymore in Rust 2021.
|
il y a 2 ans |
Dario Nieuwenhuis
|
0102a4b741
phy: make consume infallible, move timestamp to receive/transmit.
|
il y a 2 ans |
Dario Nieuwenhuis
|
9a5e7e5aa7
sixlowpan: do not use assembler for decompressing non-fragmented packets.
|
il y a 2 ans |
Dario Nieuwenhuis
|
af115a5769
packet assembler: simplify data structure and api.
|
il y a 2 ans |