The R Project SVN R

Rev

Rev 56184 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
27442 ripley 1
\name{close.socket}
2
\title{Close a Socket}
3
\usage{
4
close.socket(socket, \dots)
5
}
6
\alias{close.socket}
7
\arguments{
8
  \item{socket}{A \code{socket} object}
9
  \item{\dots}{further arguments passed to or from other methods.}
10
}
11
\description{
12
  Closes the socket and frees the space in the file descriptor table.  The
13
  port may not be freed immediately.
14
}
15
\value{
16
  logical indicating success or failure
17
}
18
\author{Thomas Lumley}
19
\seealso{
20
  \code{\link{make.socket}}, \code{\link{read.socket}}
21
}
22
 
23
\keyword{misc}