Thibaut Vandervelden
|
ed0a770d93
Better defmt of Instant, Duration and Ipv6Address
|
2 years ago |
Dario Nieuwenhuis
|
3a080d818b
Clippy fixes
|
2 years ago |
Dario Nieuwenhuis
|
339545411a
Clippy fixes.
|
2 years ago |
Dario Nieuwenhuis
|
9beb57a992
iface: use heapless Vec for routes.
|
2 years ago |
Nicholas Cyprus
|
185a00829d
First pass constification of the wire module
|
2 years ago |
KOLANICH
|
f7bbb57b79
Made IPv4 and IPv6 modules a bit DRYer by moving sizes into constants and exposed IPv4-mapping prefix.
|
2 years ago |
Dario Nieuwenhuis
|
ecb4cbc545
Clippy fixes.
|
2 years ago |
Thibaut Vandervelden
|
7727e87404
Fix doc of all routers, all nodes addresses
|
2 years ago |
Dario Nieuwenhuis
|
78f92bcea6
wire: use own Error type.
|
2 years ago |
Dario Nieuwenhuis
|
bc80a646e5
Merge pull request #604 from anuvratsingh/spelling_correction
|
2 years ago |
olinex
|
5f19c7a326
fix ipv6 contains_addr function in wire
|
2 years ago |
Anuvrat
|
8ba8830378
Corrects minor spelling errors
|
3 years ago |
Dario Nieuwenhuis
|
5989896299
Remove IpRepr::Unspecified and lowering.
|
3 years ago |
Dario Nieuwenhuis
|
4b1de1199c
ipv6: fix Solicited Node address calculation
|
3 years ago |
Thibaut Vandervelden
|
51b2adddad
Fix clippy lints
|
3 years ago |
qiujiangkun
|
7dda148ad5
various clippy fix
|
3 years ago |
Dario Nieuwenhuis
|
2cb407d62a
rustfmt
|
3 years ago |
Dario Nieuwenhuis
|
b82b7300aa
tcp: add Nagle's Algorithm.
|
3 years ago |
Dario Nieuwenhuis
|
49fa987cdc
Add defmt logging support
|
4 years ago |
Alex Crawford
|
ac67edd318
Silence a few warnings from clippy
|
4 years ago |
Alex Crawford
|
902817e2aa
Use iterators instead of manually looping
|
4 years ago |
Dario Nieuwenhuis
|
1e40b934bf
Update to Rust 2018. Fixes #271
|
4 years ago |
whitequark
|
7948edc020
Fix test that relied on matching panic messages.
|
4 years ago |
whitequark
|
83dba8ea31
Bump Rust version requirement to 1.27.
|
5 years ago |
whitequark
|
4a253fecdf
Rename `new` method on Packet types to `new_checked`.
|
6 years ago |
Dan Robertson
|
72ef278471
Add Address Resolution for IPv6
|
7 years ago |
Dan Robertson
|
89999a6981
Add has_solicited_node to EthernetInterface
|
7 years ago |
Dan Robertson
|
c425efa1ba
Remove trailing whitespace
|
7 years ago |
Andrew Cann
|
fb96b3cdc1
impl `AsRef<[u8]>` for packet types
|
7 years ago |
Andrew Cann
|
5fdd44757a
Relax type constraints on payload_mut methods
|
7 years ago |