This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
embassy
Watch
1
Star
0
Fork
0
You've already forked embassy
mirror of
https://github.com/embassy-rs/embassy.git
synced
2025-09-27 04:10:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
embassy
/
embassy-net
/
src
History
Dario Nieuwenhuis
59cb1531c9
examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)
2024-08-07 14:58:20 +02:00
..
device.rs
net: add packet-trace feature.
2024-01-10 14:06:15 +01:00
dns.rs
dns: properly handle AddrType::Either in get_host_by_name()
2024-06-11 11:39:07 +02:00
fmt.rs
Reduced define for 'unreachable!' to a single macro rule
2024-07-17 17:05:52 -04:00
lib.rs
examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)
2024-08-07 14:58:20 +02:00
raw.rs
Removed generic type parameter.
2024-04-11 10:34:17 +02:00
tcp.rs
Allow setting socket timeout for embedded-nal TcpClient, such that every new socket from that client gets the timeout
2024-07-17 11:23:12 +02:00
time.rs
net: do not use smoltcp Instant/Duration in public API.
2023-05-15 00:53:30 +02:00
udp.rs
fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in poll_ functions
2024-04-19 15:54:56 +02:00