~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/gTcpConnectionSetGracefulDisconnect.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\alias{gTcpConnectionSetGracefulDisconnect}
 
2
\name{gTcpConnectionSetGracefulDisconnect}
 
3
\title{gTcpConnectionSetGracefulDisconnect}
 
4
\description{This enabled graceful disconnects on close. A graceful disconnect
 
5
means that we signal the recieving end that the connection is terminated
 
6
and wait for it to close the connection before closing the connection.}
 
7
\usage{gTcpConnectionSetGracefulDisconnect(object, graceful.disconnect)}
 
8
\arguments{
 
9
\item{\verb{object}}{a \code{\link{GTcpConnection}}}
 
10
\item{\verb{graceful.disconnect}}{Whether to do graceful disconnects or not}
 
11
}
 
12
\details{A graceful disconnect means that we can be sure that we successfully sent
 
13
all the outstanding data to the other end, or get an error reported.
 
14
However, it also means we have to wait for all the data to reach the
 
15
other side and for it to acknowledge this by closing the socket, which may
 
16
take a while. For this reason it is disabled by default.
 
17
  Since 2.22}
 
18
\author{Derived by RGtkGen from GTK+ documentation}
 
19
\keyword{internal}