mirror of
https://repo.or.cz/socat.git
synced 2024-12-22 07:22:34 +00:00
The previous correction of ip-add-source-membership build broke this option
This commit is contained in:
parent
d95d62dbfb
commit
9368c5576d
2 changed files with 5 additions and 2 deletions
5
CHANGES
5
CHANGES
|
@ -4,6 +4,11 @@ Corrections:
|
|||
detailled information about the error with recvmsg(). Error return of
|
||||
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:
|
||||
New Environment variable SOCAT_TRANSFER_WAIT that Socat sleep before
|
||||
starting the data transfer loop. Useful, e.g., to accumulate multiple
|
||||
|
|
|
@ -9,7 +9,5 @@
|
|||
#include "xioconfig.h" /* what features are enabled */
|
||||
|
||||
#include "sysincludes.h"
|
||||
//#undef IP_ADD_SOURCE_MEMBERSHIP
|
||||
#undef HAVE_STRUCT_IP_MREQ_SOURCE
|
||||
|
||||
#endif /* !defined(__xiosysincludes_h_included) */
|
||||
|
|
Loading…
Reference in a new issue