- The
socket API
does not
support
a one-sided close operation:
- when one end
of a TCP "socket"
is closed, then:
- the
other end of the
TCP "socket"
is automatically closed
by the socket API .
|
|
- The TLI API
does
support a
one sided close operation:
- The
function t_sndrel(int fd)
will release
the send (write) capability
of the socket fd
|
|