coturn/src
Emil Ljungdahl 980ef8f9dc
Implement non-blocking recvfrom on Windows (#1124)
This pull request is a split of PR #1061

As @KangLin pointed out in the original PR those sockets should ideally
be permanently non-blocking for performance reasons, but they are NOT at
the moment.
Someone with more knowledge about the code in dtls_listener.c should
probably have a look if it would be feasible to change the sockets to
non-blocking already at creation, similar to what is done in
udpserver.c...
2023-01-08 20:42:16 -08:00
..
apps Implement non-blocking recvfrom on Windows (#1124) 2023-01-08 20:42:16 -08:00
client Add clang format rules and checks (#935) 2022-11-06 22:05:17 +01:00
client++ Add clang format rules and checks (#935) 2022-11-06 22:05:17 +01:00
server Add STUN request/response/error prometheus counters (#1115) 2022-12-17 17:50:09 +01:00
.clang-format Add clang format rules and checks (#935) 2022-11-06 22:05:17 +01:00
CMakeLists.txt Support Windows MSVC (#855) 2022-10-28 19:32:23 -07:00
ns_turn_defs.h Use inline functions for errno checks (#1123) 2022-12-22 11:10:34 -08:00