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

« back to all changes in this revision

Viewing changes to man/gSocketSetListenBacklog.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{gSocketSetListenBacklog}
 
2
\name{gSocketSetListenBacklog}
 
3
\title{gSocketSetListenBacklog}
 
4
\description{Sets the maximum number of outstanding connections allowed
 
5
when listening on this socket. If more clients than this are
 
6
connecting to the socket and the application is not handling them
 
7
on time then the new connections will be refused.}
 
8
\usage{gSocketSetListenBacklog(object, backlog)}
 
9
\arguments{
 
10
\item{\verb{object}}{a \code{\link{GSocket}}.}
 
11
\item{\verb{backlog}}{the maximum number of pending connections.}
 
12
}
 
13
\details{Note that this must be called before \code{\link{gSocketListen}} and has no
 
14
effect if called after that.
 
15
  Since 2.22}
 
16
\author{Derived by RGtkGen from GTK+ documentation}
 
17
\keyword{internal}