Thibaut Vandervelden
|
64ce56be6e
remove redundant check and add docs
|
2 years ago |
Benjamin Brittain
|
ba1d4db422
Changes egress functions to pass up Err(Exhausted)
|
2 years ago |
Thibaut Vandervelden
|
e4af71180f
Fix 6LoWPAN fragmentation
|
2 years ago |
Benjamin Brittain
|
2d8f6c1cc1
Cleans up some clippy lints
|
2 years ago |
Thibaut Vandervelden
|
1f2519518c
Change egress error handling
|
2 years ago |
Thibaut Vandervelden
|
fe26f462dd
Better names for buffers (#653)
|
2 years ago |
Thibaut Vandervelden
|
297d90b0ff
IPv4 fragmentation (outgoing)
|
2 years ago |
bors[bot]
|
42f485aff9
Merge #668
|
2 years ago |
Klim Tsoutsman
|
2a302ff215
Remove implicit sized bound on device generics
|
2 years ago |
Benjamin Brittain
|
72002515eb
Allows processing of DNS on 6LowPan connections
|
2 years ago |
Ritik Mishra
|
f9d2bbad77
change `respond` closure to propogate errors up
|
2 years ago |
bors[bot]
|
0708c1e483
Merge #648 #649
|
2 years ago |
Dario Nieuwenhuis
|
ecb4cbc545
Clippy fixes.
|
2 years ago |
Benjamin Brittain
|
af39d86faa
add warning about greater than 60s RFC violation
|
2 years ago |
Benjamin Brittain
|
6e2d075149
convert u64 -> Duration
|
2 years ago |
Benjamin Brittain
|
68ebd6eb8c
Make the packet fragmentation cache timeout user configurable
|
2 years ago |
Benjamin Brittain
|
9995ce8070
Decreases how long the packet fragmentation cache holds a packet from 60s -> 5s
|
2 years ago |
Benjamin Brittain
|
1ec362b934
Clarify how to back a PacketAssembler
|
2 years ago |
Thibaut Vandervelden
|
c797194af2
Fixes 6LoWPAN fragmentation
|
2 years ago |
Thibaut Vandervelden
|
b5498bce5e
Update `poll_at` for sixlowpan outgoing packets
|
2 years ago |
Thibaut Vandervelden
|
3065959c70
Reassemble incomming IPv4 packets.
|
2 years ago |
Dario Nieuwenhuis
|
9e18ca127e
socket_set: add get_mut, make get immutable.
|
2 years ago |
Dario Nieuwenhuis
|
d703a66d1d
iface: borrow the device instead of owning it.
|
2 years ago |
Dario Nieuwenhuis
|
b71ffcb6cc
iface: borrow the SocketSet instead of owning.
|
2 years ago |
Thibaut Vandervelden
|
f3310e63f4
refactor 6LoWPAN fragmentation
|
2 years ago |
AntoonBeres
|
c11e4bb6a7
added sixlowpan fragmentation benchmark
|
2 years ago |
Thibaut Vandervelden
|
adf56a1701
sixlowpan: add fragmentation logic in interface
|
3 years ago |
Thibaut Vandervelden
|
d1107f4ead
sixlowpan: add fragmentation wire representation
|
3 years ago |
Dario Nieuwenhuis
|
2841d5ef4a
iface: make socket_egress infallible.
|
2 years ago |
Dario Nieuwenhuis
|
e60fbe2235
iface: make all process_* infallible. Fixes #281
|
2 years ago |