Skip to content

Commit

Permalink
Merge pull request #217 from c-jimenez/fix/websocket_dead_lock
Browse files Browse the repository at this point in the history
[libwebsocket] Enable asynchronous DNS requests
  • Loading branch information
c-jimenez authored Oct 8, 2024
2 parents d527632 + 51a330a commit 79caf84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ if(${BUILD_LWS_LIBRARY})
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE_INIT} ${DISABLED_WARNING_LWS}")
endif()

set(LWS_WITH_NETLINK OFF)
set(LWS_WITH_NETLINK OFF CACHE BOOL "Monitor Netlink for Routing Table changes")
SET(LWS_WITH_SYS_ASYNC_DNS ON CACHE BOOL "Nonblocking internal IPv4 + IPv6 DNS resolver")
add_subdirectory(libwebsockets)
endif()

0 comments on commit 79caf84

Please sign in to comment.