The R Project SVN R

Rev

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

Rev 61433 Rev 68912
Line 1... Line 1...
1
% File src/library/utils/man/make.socket.Rd
1
% File src/library/utils/man/make.socket.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2012 R Core Team
3
% Copyright 1995-2015 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{make.socket}
6
\name{make.socket}
7
\alias{make.socket}
7
\alias{make.socket}
8
\alias{print.socket}
8
\alias{print.socket}
Line 39... Line 39...
39
  I don't know if the connecting host name returned
39
  I don't know if the connecting host name returned
40
  when \code{server = TRUE} can be trusted.  I suspect not.
40
  when \code{server = TRUE} can be trusted.  I suspect not.
41
}
41
}
42
 
42
 
43
\seealso{
43
\seealso{
44
  \code{\link{close.socket}}, \code{\link{read.socket}}
44
  \code{\link{close.socket}}, \code{\link{read.socket}}.
-
 
45
 
-
 
46
  Compiling in support for sockets was optional prior to \R 3.3.0: see
-
 
47
  \code{\link{capabilities}("sockets")} to see if it is available.
45
}
48
}
46
 
49
 
47
\examples{
50
\examples{
48
daytime <- function(host = "localhost"){
51
daytime <- function(host = "localhost"){
49
    a <- make.socket(host, 13)
52
    a <- make.socket(host, 13)