Fix -Wunreachable-code in programs/ (#528)

Many of the programs end in a "while (1) { sleep(1); }" or similar
loop, followed by code to close the socket that will never be executed.
6 files changed
tree: 134b9111080eb33bb95a092f58f208e6cacc450d
  1. .github/
  2. fuzzer/
  3. programs/
  4. usrsctplib/
  5. .gitignore
  6. bootstrap
  7. CMakeLists.txt
  8. configure.ac
  9. gen-def.py
  10. LICENSE.md
  11. Makefile.am
  12. Makefile.nmake
  13. Manual.md
  14. Manual.tex
  15. meson.build
  16. meson_options.txt
  17. README.md
  18. usrsctp.pc.in
README.md

usrsctp

Coverity Scan Build Status

GitHub Actions Build Status (CMake-based build only)

This is a userland SCTP stack supporting FreeBSD, Linux, Mac OS X and Windows.

See manual for more information.

The status of continuous integration testing is available from our Buildbot.