Introduced in #9921.
Thanks to @prusnak for spotting this one.
Introduced in #9921.
Thanks to Pavol Rusnak for spotting this one.
ACK https://github.com/bitcoin/bitcoin/pull/10011/commits/5073100f276b98646ff967b5e79c5d174b0a4d2f
This removes the following warnings from the current master build here:
net.cpp:53:9: warning: 'MSG_DONTWAIT' macro redefined [-Wmacro-redefined]
#define MSG_DONTWAIT 0
^
/usr/include/sys/socket.h:436:9: note: previous definition is here
#define MSG_DONTWAIT 0x80 /* this message should be nonblocking */
^
1 warning generated.
Stumbled over this.
ACK 5073100f276b98646ff967b5e79c5d174b0a4d2f
Nevermind,... it's already merged :)