aboutsummaryrefslogtreecommitdiff
path: root/examples/std/src/bin/net_dns.rs
Commit message (Collapse)AuthorAgeFilesLines
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-2/+2
|
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-181-2/+2
| | | | Co-Authored-By: Aurélien Jacobs <[email protected]>
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-161-6/+5
|
* examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)Dario Nieuwenhuis2024-08-071-6/+1
|
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-2/+0
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-2/+0
|
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-211-4/+6
|
* net: move tuntap from std example to separate crate. (#1737)Dario Nieuwenhuis2023-08-031-4/+1
|
* net: Support dual stack IPRuben De Smet2023-06-071-2/+2
|
* Rename StaticConfig to StaticConfigV4Ruben De Smet2023-06-061-1/+1
|
* Use make_static! from static-cell v1.1Dario Nieuwenhuis2023-06-011-11/+7
|
* examples/std: fix net running out of sockets.Dario Nieuwenhuis2023-02-261-1/+1
|
* exmaples/dns: don't use the socket.Dario Nieuwenhuis2023-02-101-6/+3
|
* Rewrite to use a single socketUlf Lilleengen2023-02-101-2/+1
|
* Add DNS socket to embassy-netUlf Lilleengen2023-02-101-0/+102