1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

(Network Sockets and Communication): Cross reference

Ports node on explicit closing.
This commit is contained in:
Kevin Ryde 2003-06-05 01:02:41 +00:00
parent 7d5b2929b8
commit 9e996fb19f

View file

@ -2162,6 +2162,10 @@ The ports are initially unbuffered, to make reading and writing to the
same port more reliable. A buffer can be added to the port using
@code{setvbuf}; see @ref{Ports and File Descriptors}.
Most systems have limits on how many files and sockets can be open, so
it's strongly recommended that socket ports be closed explicitly when
no longer required (@pxref{Ports}).
The convention used for ``host'' vs.@: ``network'' addresses is that
addresses are always held in host order at the Scheme level. The
procedures in this section automatically convert between host and