Nicolas Guillaume
Results
3
issues of
Nicolas Guillaume
This commit fixes a compile error with GCC 12.2.0 on Debian 12.4 The error was the following: `g++ -o udp_example udp_example.cpp -std=c++17 -fpic -Wall -Werror -Wextra -pedantic -lpthread In file...
This adds support for Unix domain sockets (both datagrams and streams). It is mostly a hack, and if there is interest in this feature, it might be worthwhile to refactor...