From fadba1133cc4e67ce8dd9d9709edd76f9285c704 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Thu, 15 Apr 2021 18:58:58 +0300 Subject: fix #6768: do not use TCP-specific syscalls on UNIX domain sockets --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a9318e91..a9e1556a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Fri 16 Apr 2021 10:23:39 AM CEST +Thu 15 Apr 2021 18:56:00 MSK + Fixed configure '--enable-sanitizer' paramenter. + Stopped pushing of patrial responses when limited by system maximum size + for sendmsg(). -EG +Fri 16 Apr 2021 10:23:39 AM CEST + Detect if a socket is a UNIX domain socket and do not try to play + with TCP corking options in this case (avoids useless failed + syscalls). -CG + Web 14 Apr 2021 22:20:00 MSK Fixed: use sendmsg() in POSIX-compatible way, do not try to send more than IOV_MAX elements per single call. -EG -- cgit v1.2.3