diff options
author | Andy Wingo <wingo@pobox.com> | 2012-03-26 00:25:03 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2016-06-04 12:49:47 +0200 |
commit | d7f39a36b1fb02bd7900eaad0c2f951d6f20b2ff (patch) | |
tree | 0c2fe32eb5422eaf1e0e77929a519a8f7b6d8e77 /NEWS | |
parent | 9454068a54a4e9e84db61dc42d9a5d7a544a7ece (diff) |
socket: TCP_CORK, TCP_NODELAY
* libguile/socket.c (scm_init_socket): Define TCP_NODELAY and TCP_CORK
if they are available.
* doc/ref/posix.texi (Network Sockets and Communication): Add
documentation.
* NEWS: Add entry.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -54,6 +54,9 @@ avoid the crashes that led to the introduction of locking, but without locks. For that reason we have removed port locks, and removed the "_unlocked" port API variants that were introduced in 2.1.0. +* New interfaces +** `TCP_NODELAY' and `TCP_CORK' socket options, if provided by the system + * New deprecations ** `_IONBF', `_IOLBF', and `_IOFBF' |