The R Project SVN R

Rev

Rev 60528 | Rev 61433 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60528 Rev 60531
Line 23... Line 23...
23
  server socket.  It is a good idea to use \code{\link{on.exit}} to
23
  server socket.  It is a good idea to use \code{\link{on.exit}} to
24
  ensure that a socket is closed, as you only get 64 of them.
24
  ensure that a socket is closed, as you only get 64 of them.
25
}
25
}
26
\value{
26
\value{
27
  An object of class \code{"socket"}, a list with components:
27
  An object of class \code{"socket"}, a list with components:
28
  \item{socket}{socket number.  This is for internal use.}
28
  \item{socket}{socket number.  This is for internal use.  On a
-
 
29
    Unix-alike it is a file descriptor.}
29
  \item{port}{port number of the connection.}
30
  \item{port}{port number of the connection.}
30
  \item{host}{name of remote computer.}
31
  \item{host}{name of remote computer.}
31
}
32
}
32
\author{Thomas Lumley}
33
\author{Thomas Lumley}
33
\references{
34
\references{