Anuvrat
|
8ba8830378
Corrects minor spelling errors
|
3 年之前 |
Dario Nieuwenhuis
|
0ebf896fff
socket: refactor Context to be just InterfaceInner.
|
3 年之前 |
Dario Nieuwenhuis
|
4e365ce9ba
Make SocketSet private, move to `iface`.
|
3 年之前 |
Dario Nieuwenhuis
|
ff47259603
socket: move meta from XxxSocket to SocketSetItem.
|
3 年之前 |
Dario Nieuwenhuis
|
20124dbfd4
socket: cleanup some cfg's
|
3 年之前 |
Dario Nieuwenhuis
|
ef213fa772
socket: remove SocketRef.
|
3 年之前 |
Thibaut Vandervelden
|
f67f024882
Use one PAN ID for source and destination
|
3 年之前 |
Thibaut Vandervelden
|
3d782f19cd
Add support for 802.15.4 and 6LoWPAN
|
4 年之前 |
Dario Nieuwenhuis
|
28024a1249
socket/dhcp: add basic test
|
3 年之前 |
qiujiangkun
|
a4275a5966
use micros in Instant and Duration
|
3 年之前 |
Thibaut Vandervelden
|
f72e471eb0
Fix clippy because of MSV change
|
3 年之前 |
Thibaut Vandervelden
|
53a7da3bfc
Remove trailing commas in macros
|
3 年之前 |
Dario Nieuwenhuis
|
2cb407d62a
rustfmt
|
3 年之前 |
Dario Nieuwenhuis
|
8a225837e2
Add Context struct.
|
3 年之前 |
Dario Nieuwenhuis
|
b791ef535e
dhcp: convert to socket
|
4 年之前 |
Dario Nieuwenhuis
|
49fa987cdc
Add defmt logging support
|
4 年之前 |
Niclas Hoyer
|
633e7c2591
Use #[non_exhaustive] instead of manual variant
|
4 年之前 |
Dario Nieuwenhuis
|
11255a89a1
Simplify Socket lifetimes
|
4 年之前 |
Dario Nieuwenhuis
|
e9e1477373
tcp: add Delayed ACK
|
4 年之前 |
Dario Nieuwenhuis
|
1e40b934bf
Update to Rust 2018. Fixes #271
|
4 年之前 |
Dario Nieuwenhuis
|
23bb12a856
Async/await waker support.
|
4 年之前 |
Alex Crawford
|
ac830e8bb1
Dereference match expressions to clean up patterns
|
4 年之前 |
Ole Martin Ruud
|
bfe0625308
Update the docstrings of PollAt
|
7 年之前 |
Ole Martin Ruud
|
3fb0c22fd4
Add conditional compile attr to `is_ingress`
|
7 年之前 |
Ole Martin Ruud
|
839dd9c6b1
Implement new type for `poll_at`
|
7 年之前 |
Valentin Lorentz
|
ce2fbb7dd2
Add support for IPv6 to ICMP sockets.
|
7 年之前 |
whitequark
|
95fd1f2568
Use storage::PacketBuffer for implementing socket::IcmpSocket.
|
7 年之前 |
whitequark
|
bbc5cb34b7
Use storage::PacketBuffer for implementing socket::RawSocket.
|
7 年之前 |
whitequark
|
86c59fe344
Factor out storage::PacketBuffer from socket::UdpSocket.
|
7 年之前 |
Philipp Oppermann
|
58e534a2fb
Use separate metadata and payload buffers for UDP sockets.
|
7 年之前 |