Skip to content

Fix compilation on FreeBSD

Felix Walter requested to merge hotfix/freebsd-compatibility into master

MSG_DONTWAIT is a Linux-specific API and not present on BSD. This change removes it and, thus, makes us able to compile and run uD3TN on FreeBSD.

Fixes: #131 (closed)

Merge request reports