Rev 58549 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/utils/man/close.socket.Rd% Part of the R package, http://www.R-project.org% Copyright 1995-2007 R Core Team% Distributed under GPL 2 or later\name{close.socket}\title{Close a Socket}\usage{close.socket(socket, \dots)}\alias{close.socket}\arguments{\item{socket}{A \code{socket} object}\item{\dots}{further arguments passed to or from other methods.}}\description{Closes the socket and frees the space in the file descriptor table. Theport may not be freed immediately.}\value{logical indicating success or failure}\author{Thomas Lumley}\seealso{\code{\link{make.socket}}, \code{\link{read.socket}}}\keyword{misc}