aboutsummaryrefslogtreecommitdiff
path: root/examples/std/src/bin/tcp_accept.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]>
* Simplify some std examples.Dario Nieuwenhuis2025-01-121-15/+2
|
* 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-1/+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
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-1/+1
| | | | convenience methods
* Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-071-1/+1
|
* 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
|
* cortex-m: remove owned interrupts.Dario Nieuwenhuis2023-06-011-1/+1
|
* Use make_static! from static-cell v1.1Dario Nieuwenhuis2023-06-011-11/+7
|
* Add std example of a TCP listenerMatt Johnston2023-05-251-0/+133
This also demonstrates calling .abort() on a TCP socket and ensuring that the reset packet is sent out.