diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-16 10:26:20 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-16 10:26:20 +0200 |
commit | 6c751386a2e06d35b6d072c064bd581ddd561c52 (patch) | |
tree | 4e4ccf859006a1fb4249693e0f006cd62bc0cc9c | |
parent | fadba1133cc4e67ce8dd9d9709edd76f9285c704 (diff) | |
parent | c556a538a951dd95d8c134420c486708de0b943b (diff) |
fix #6768: do not use TCP-specific syscalls on UNIX domain sockets (merge)
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,12 +1,12 @@ 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 + 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 |