mirror of
https://github.com/espressif/esp-lwip.git
synced 2026-09-08 10:10:05 +00:00
In some cases it's necessary to test more complex scenarios than single thread unit tests. The initial socket test uses two threads to verify basic TCP client-server communicaton. Ref IDF-4797