Dario Nieuwenhuis
|
ed0cf16750
socket_set: add get_mut, make get immutable.
|
2 년 전 |
Dario Nieuwenhuis
|
8ecd4360a1
iface: borrow the device instead of owning it.
|
2 년 전 |
Dario Nieuwenhuis
|
4d6c22a3ff
iface: borrow the SocketSet instead of owning.
|
2 년 전 |
Dario Nieuwenhuis
|
72a9ee46ce
socket: reorganize module structure, with one module per protocol.
|
2 년 전 |
Dario Nieuwenhuis
|
eb41d077e0
Remove IpAddress::Unspecified, assign src addr in sockets.
|
2 년 전 |
Dario Nieuwenhuis
|
3644b94b82
rand: use simple PRNG owned by Interface, sockets access it through Context.
|
3 년 전 |
Dario Nieuwenhuis
|
9a2093e39e
Remove braces that were previously needed to workaround SocketRef borrow issues.
|
3 년 전 |
Dario Nieuwenhuis
|
bde881d2f9
iface: own the SocketSet instead of borrowing it
|
3 년 전 |
Thibaut Vandervelden
|
3d782f19cd
Add support for 802.15.4 and 6LoWPAN
|
3 년 전 |
Dario Nieuwenhuis
|
67c3b3b7b1
Add rand module.
|
3 년 전 |
qiujiangkun
|
a4275a5966
use micros in Instant and Duration
|
3 년 전 |
Dario Nieuwenhuis
|
2cb407d62a
rustfmt
|
3 년 전 |
Dario Nieuwenhuis
|
49fa987cdc
Add defmt logging support
|
3 년 전 |
Dario Nieuwenhuis
|
d352e151f6
Add support for IP mediums.
|
4 년 전 |
Alex Crawford
|
1cbc38d0ea
Clean up examples
|
3 년 전 |
Alex Crawford
|
1ff8edf201
Clean up a couple of if-blocks
|
3 년 전 |
Dario Nieuwenhuis
|
1e40b934bf
Update to Rust 2018. Fixes #271
|
3 년 전 |
whitequark
|
185a0ca781
examples: remove the remaining panics on poll error.
|
6 년 전 |
Dan Robertson
|
8e74fce11d
Update examples to use time types
|
6 년 전 |
whitequark
|
3868dcdb14
Split `poll_at`/`poll_delay` out of `poll`.
|
7 년 전 |
Dan Robertson
|
ad56bacb56
Replace EthernetInterface::new with EthernetInterfaceBuilder.
|
7 년 전 |
whitequark
|
fe94691562
Fix clocking code in the loopback example.
|
7 년 전 |
whitequark
|
34c3a8c905
Rewrite the ARP cache to allow for flood protection and expiration.
|
7 년 전 |
Philipp Oppermann
|
4ae84ab36a
Store plain DeviceT instead of Managed<_> in EthernetInterface
|
7 년 전 |
whitequark
|
0091191cce
Rework TcpSocket::{send,recv} to remove need for precomputing size.
|
7 년 전 |
Egor Karavaev
|
096ce02ac4
Implement a SocketRef smart pointer to detect state changes.
|
7 년 전 |
whitequark
|
d88ef3c8d3
Drop the pretense that anyone cares about non-IP over Ethernet.
|
7 년 전 |
Egor Karavaev
|
331dc10780
Add support for IPv4 default gateway.
|
7 년 전 |
whitequark
|
39464a53fc
Compute soft deadline in poll() and use nonblocking sockets.
|
7 년 전 |
whitequark
|
b971d91315
Accept TCP FIN packets in SYN-RECEIVED state.
|
7 년 전 |