ChangeLog updated

This commit is contained in:
Evgeny Grin (Karlson2k)
2020-12-28 13:25:59 +03:00
parent ea5a9d7a4c
commit 5909c4fd77
+1 -1
View File
@@ -1,7 +1,7 @@
Mon 28 Dec 2020 09:37:00 MSK
Completely reworked and rewritten TCP_CORK, TCP_NOPUSH, TCP_NODELAY and
MSG_MORE handling. Reduced number of sys-calls, fixed portability for
FreeBSD, OpenBSD, NetBSD, Darwin, W32.
FreeBSD, OpenBSD, NetBSD, Darwin, W32, Solaris.
Removed usage of gnutls_record_cork() as it fully blocks stream until
final block is ready.
Fixed compatibility with C90 compilers.