1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-16 16:13:24 +00:00

Mitigated regressions of 1.8.0.0 with TCP-LISTEN e.a. by making -4 the default

This commit is contained in:
Gerhard Rieger 2024-08-24 14:20:32 +02:00
parent bd727963a0
commit 868998eb60
8 changed files with 372 additions and 92 deletions

View file

@ -274,7 +274,6 @@ static int xioopen_openssl_connect(
return STAT_NORETRY;
}
xioinit_ip(&pf, xioparms.default_ip);
if (sfd->howtoend == END_UNSPEC)
sfd->howtoend = END_SHUTDOWN;
if (applyopts_single(sfd, opts, PH_INIT) < 0)