Thibaut Vandervelden
|
533f103a95
pass the now time when creating the iface
|
1 year ago |
Thibaut Vandervelden
|
099f5f7c2a
Don't use Option for neighbor cache anymore
|
1 year ago |
Ruben De Smet
|
dc3c44410b
Remove extern crate calls
|
1 year ago |
Dario Nieuwenhuis
|
5740b76574
iface: remove builder.
|
1 year ago |
Dario Nieuwenhuis
|
050731b519
iface: remove all uses of crate::{Error, Result};
|
1 year ago |
Dario Nieuwenhuis
|
3a080d818b
Clippy fixes
|
1 year ago |
Dario Nieuwenhuis
|
4eb49b808a
iface: use heapless LinearMap for neighbor cache.
|
1 year ago |
Dario Nieuwenhuis
|
9beb57a992
iface: use heapless Vec for routes.
|
1 year ago |
Davide Della Giustina
|
4ddb96b1b2
Increased max number of IPs from 4 to 5 because some test use 5
|
1 year ago |
Davide Della Giustina
|
aec718a08f
Fix clippy and rustfmt errors
|
1 year ago |
Davide Della Giustina
|
8cf7625cc2
ip_addrs field of an interface is now a heapless::Vec (one test still failing)
|
1 year ago |
Benjamin Brittain
|
35cea49b8a
Adds DNS query type to example
|
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 |
Dario Nieuwenhuis
|
43329e696e
socket/dns: add own error enums for public API.
|
2 years ago |
Dario Nieuwenhuis
|
72a9ee46ce
socket: reorganize module structure, with one module per protocol.
|
2 years ago |
Dario Nieuwenhuis
|
ea0d4d7f46
dns: allow specifying name in human-friendly format.
|
2 years ago |
Dario Nieuwenhuis
|
ce1f0169f8
dns: use Vec for server address list.
|
2 years ago |
Dario Nieuwenhuis
|
da1a2b2df0
socket: add DNS
|
3 years ago |