From 85d56e80cf2d0bbba1b9d314f27dee40d376f043 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Thu, 3 Apr 2025 16:21:57 +0300 Subject: [PATCH] sys_sockets_headers.h: clarified comment --- src/mhd2/sys_sockets_headers.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mhd2/sys_sockets_headers.h b/src/mhd2/sys_sockets_headers.h index 1d9a527f..b8e91a51 100644 --- a/src/mhd2/sys_sockets_headers.h +++ b/src/mhd2/sys_sockets_headers.h @@ -124,9 +124,9 @@ #ifdef HAVE_DCLR_MSG_MORE # ifdef __linux__ -/* MSG_MORE signal kernel to buffer outbond data and works like - * TCP_CORK per call without actually setting TCP_CORK value. - * It's known to work on Linux. Add more OSes if they are compatible. */ +/* MSG_MORE signal kernel to buffer outbound data and works like + TCP_CORK for a single call without actually setting the TCP_CORK flag. + It's known to work on Linux. Add more OSes if they are compatible. */ /** * Indicate MSG_MORE is usable for buffered send(). */