[PLUTO-ildp] Ciao a tutti

Emanuele emanuelesavo a virgilio.it
Dom 24 Set 2006 17:50:41 CEST


Il giorno dom, 24-09-2006 alle 17:39 +0200, Emanuele ha scritto:
....

> 
> .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
> ANY WAY
> .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
> OF
> .\" SUCH DAMAGE.
Fino a qui c'č la licenza GPL.

> .\"
> .\"     $Id: shutdown.2,v 1.1.1.1 1999/03/21 22:52:23 freitag Exp $
> .\"
> .\" Modified Sat Jul 24 09:57:55 1993 by Rik Faith <faith a cs.unc.edu>
> .\" Modified Tue Oct 22 22:04:51 1996 by Eric S. Raymond
> <esr a thyrsus.com>
> .\" Modified 1998 by Andi Kleen
> .\"
Questo č il nome, l'ultima modifica. Qui dovrei aggiungere il mio nome e
"Progetto Pluto"

> .TH SHUTDOWN 2 1993-07-24 "BSD Man Page" "Linux Programmer's Manual"
> .SH NAME
> shutdown \- shut down part of a full-duplex connection
> .SH SYNOPSIS
> .B #include <sys/socket.h>
> .sp
> .BI "int shutdown(int " s ", int " how );
> .SH DESCRIPTION
> The
> .BR shutdown ()
> call causes all or part of a full-duplex connection on the socket
> associated with
> .I s
> to be shut down.  If
> .I how
> is
> .BR SHUT_RD ,
> further receptions will be disallowed.  If
> .I how
> is
> .BR SHUT_WR ,
> further transmissions will be disallowed.  If
> .I how
> is
> .BR SHUT_RDWR ,
> further receptions and transmissions will be disallowed.
> .SH "RETURN VALUE"
> On success, zero is returned.  On error, \-1 is returned, and
> .I errno
> is set appropriately.
> .SH ERRORS
> .TP
> .B EBADF
> .I s
> is not a valid descriptor.
> .TP
> .B ENOTCONN
> The specified socket is not connected.
> .TP
> .B ENOTSOCK
> .I s
> is a file, not a socket.
> .SH NOTES
> The constants SHUT_RD, SHUT_WR, SHUT_RDWR have the value 0, 1, 2,
> respectively, and are defined in
> .I <sys/socket.h>
> since glibc-2.1.91.
> .SH "CONFORMING TO"
> POSIX.1-2001, 4.4BSD (the
> .BR shutdown ()
> function call first appeared in 4.2BSD).
> .SH "SEE ALSO"
> .BR connect (2),
> .BR socket (2)
> 
> 
...ovviamente dovete specificarmi voi quale cartella non č stata ancora
toccata, cosė me ne occupo io (noi, se Elisa vuole collaborare alla mia
stessa cartella, oppure facciamo due cartelle diverse, cosė quando
ognuno ha finito ci scambiamo i dati e ce li controlliamo)  




Maggiori informazioni sulla lista pluto-ildp