aboutsummaryrefslogtreecommitdiff
path: root/examples/std/src/bin/tcp_accept.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
|
* 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.