On Wed, Apr 08, 2020 at 10:51:39AM +0200, Rhialto wrote:
> It seems some header declaring/defining send() recv() shutdown() SHUT_RD
> etc is missing somehow. Rather than fixing the example it seems easier
> to just disable it.
$ man send
...
#include <sys/socket.h>
seems easy enough?
Thomas