aboutsummaryrefslogtreecommitdiff
path: root/examples/std/src/bin/net_dns.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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