Hi Jürgen --
Per POSIX, bind requires the inclusion of sys/socket.h, so that should be in
the includes list for main.cc if there is a call to bind in main.cc. I'm not
sure we can or should assume an implicit include from elsewhere.
https://pubs.opengroup.org/onlinepubs/9699919799/functions/bind
Hi Alexander,
thanks, fixed in SVN 1470.
The bind() error is somewhat strange because:
- in the same file (main.cc), accept() (a companion of bind())
works without :: and
- in other files bind() also works without ::
I suppo