The previous correction of ip-add-source-membership build broke this option

This commit is contained in:
Gerhard Rieger 2022-12-01 19:49:46 +01:00
parent d95d62dbfb
commit 9368c5576d
2 changed files with 5 additions and 2 deletions

View file

@ -4,6 +4,11 @@ Corrections:
detailled information about the error with recvmsg(). Error return of detailled information about the error with recvmsg(). Error return of
this function is now logged as Info instead of Warn. this function is now logged as Info instead of Warn.
Tests of the correction of the "IP_ADD_SOURCE_MEMBERSHIP but not struct
ip_mreq_source" issue left an #undef in xiosysincludes.h that disabled
the ip-add-source-membership option.
Thanks to Benjamin Poirier for sending a patch.
Coding: Coding:
New Environment variable SOCAT_TRANSFER_WAIT that Socat sleep before New Environment variable SOCAT_TRANSFER_WAIT that Socat sleep before
starting the data transfer loop. Useful, e.g., to accumulate multiple starting the data transfer loop. Useful, e.g., to accumulate multiple

View file

@ -9,7 +9,5 @@
#include "xioconfig.h" /* what features are enabled */ #include "xioconfig.h" /* what features are enabled */
#include "sysincludes.h" #include "sysincludes.h"
//#undef IP_ADD_SOURCE_MEMBERSHIP
#undef HAVE_STRUCT_IP_MREQ_SOURCE
#endif /* !defined(__xiosysincludes_h_included) */ #endif /* !defined(__xiosysincludes_h_included) */