Dario Nieuwenhuis
|
8a225837e2
Add Context struct.
|
3 yıl önce |
Dario Nieuwenhuis
|
b791ef535e
dhcp: convert to socket
|
4 yıl önce |
Dario Nieuwenhuis
|
49fa987cdc
Add defmt logging support
|
4 yıl önce |
Niclas Hoyer
|
633e7c2591
Use #[non_exhaustive] instead of manual variant
|
4 yıl önce |
Dario Nieuwenhuis
|
11255a89a1
Simplify Socket lifetimes
|
4 yıl önce |
Dario Nieuwenhuis
|
e9e1477373
tcp: add Delayed ACK
|
4 yıl önce |
Dario Nieuwenhuis
|
1e40b934bf
Update to Rust 2018. Fixes #271
|
4 yıl önce |
Dario Nieuwenhuis
|
23bb12a856
Async/await waker support.
|
4 yıl önce |
Alex Crawford
|
ac830e8bb1
Dereference match expressions to clean up patterns
|
4 yıl önce |
Ole Martin Ruud
|
bfe0625308
Update the docstrings of PollAt
|
7 yıl önce |
Ole Martin Ruud
|
3fb0c22fd4
Add conditional compile attr to `is_ingress`
|
7 yıl önce |
Ole Martin Ruud
|
839dd9c6b1
Implement new type for `poll_at`
|
7 yıl önce |
Valentin Lorentz
|
ce2fbb7dd2
Add support for IPv6 to ICMP sockets.
|
7 yıl önce |
whitequark
|
95fd1f2568
Use storage::PacketBuffer for implementing socket::IcmpSocket.
|
7 yıl önce |
whitequark
|
bbc5cb34b7
Use storage::PacketBuffer for implementing socket::RawSocket.
|
7 yıl önce |
whitequark
|
86c59fe344
Factor out storage::PacketBuffer from socket::UdpSocket.
|
7 yıl önce |
Philipp Oppermann
|
58e534a2fb
Use separate metadata and payload buffers for UDP sockets.
|
7 yıl önce |
Dan Robertson
|
c418b60b5d
Use time types in socket
|
7 yıl önce |
Alex Crawford
|
3b4d6b5e09
Clean up dispatch_socket!() syntax
|
7 yıl önce |
Dan Robertson
|
4d918e4406
Fix documentation warnings.
|
7 yıl önce |
Dan Robertson
|
507d2fe0ea
Add the proto-ipv4 feature.
|
7 yıl önce |
whitequark
|
42c93b99c0
Trace neighbor discovery status on a per-socket basis.
|
7 yıl önce |
whitequark
|
9914616893
Limit the rate at which sockets will request neighbor discovery.
|
7 yıl önce |
whitequark
|
7937011424
Extract socket handle into a new SocketMeta structure.
|
7 yıl önce |
Dan Robertson
|
ef4af850e0
Add ICMP sockets
|
7 yıl önce |
whitequark
|
f58cc4bcbb
Rename proto-* features back to socket-*.
|
7 yıl önce |
whitequark
|
f64a99a4e6
Use a much more sensible method naming for SocketRef.
|
7 yıl önce |
whitequark
|
42e2c04dee
Expose wrapping and unwrapping of SocketRefs.
|
7 yıl önce |
whitequark
|
7e4971df32
Rename Cargo features: socket-* → proto-*.
|
7 yıl önce |
Egor Karavaev
|
096ce02ac4
Implement a SocketRef smart pointer to detect state changes.
|
7 yıl önce |