Răsfoiți Sursa

sys_sockets_headers.h: clarified comment

Evgeny Grin (Karlson2k) 10 luni în urmă
părinte
comite
85d56e80cf
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      src/mhd2/sys_sockets_headers.h

+ 3 - 3
src/mhd2/sys_sockets_headers.h

@@ -124,9 +124,9 @@
 
 
 #ifdef HAVE_DCLR_MSG_MORE
 #ifdef HAVE_DCLR_MSG_MORE
 #  ifdef __linux__
 #  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().
  * Indicate MSG_MORE is usable for buffered send().
  */
  */