This IV variable has nothing to do with compression and should not
depend if OpenVPN is compiled with USE_COMP. So move it to the
other generic IV variables.
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <
20211114130311.
4043536-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23182.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
}
buf_printf(out, "IV_COMP_STUB=1\n");
buf_printf(out, "IV_COMP_STUBv2=1\n");
- buf_printf(out, "IV_TCPNL=1\n");
}
}
#elif defined(_WIN32)
buf_printf(&out, "IV_PLAT=win\n");
#endif
+ /* Announce that we do not require strict sequence numbers with
+ * TCP. (TCP non-linear) */
+ buf_printf(&out, "IV_TCPNL=1\n");
}
/* These are the IV variable that are sent to peers in p2p mode */