summaryrefslogtreecommitdiff
path: root/docs/man/man3/socket.cpp.3
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-11-27 16:19:11 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-11-27 16:19:11 +0000
commit6f4a168a8d127beb3075cbcd07aeb5592aa4bbf8 (patch)
tree5212d342f429113b90d15d1b8bea93483f9256c5 /docs/man/man3/socket.cpp.3
parentcd9f9a8add02597a2998ba74b803ed3fbf81314c (diff)
Added new docs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1967 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/socket.cpp.3')
-rw-r--r--docs/man/man3/socket.cpp.386
1 files changed, 86 insertions, 0 deletions
diff --git a/docs/man/man3/socket.cpp.3 b/docs/man/man3/socket.cpp.3
new file mode 100644
index 000000000..37e4f4a85
--- /dev/null
+++ b/docs/man/man3/socket.cpp.3
@@ -0,0 +1,86 @@
+.TH "socket.cpp" 3 "27 Nov 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*-
+.ad l
+.nh
+.SH NAME
+socket.cpp \-
+.SH SYNOPSIS
+.br
+.PP
+\fC#include 'inspircd_config.h'\fP
+.br
+\fC#include <sys/time.h>\fP
+.br
+\fC#include <sys/resource.h>\fP
+.br
+\fC#include <sys/types.h>\fP
+.br
+\fC#include <sys/socket.h>\fP
+.br
+\fC#include <netinet/in.h>\fP
+.br
+\fC#include <string>\fP
+.br
+\fC#include <unistd.h>\fP
+.br
+\fC#include <fcntl.h>\fP
+.br
+\fC#include <poll.h>\fP
+.br
+\fC#include <sstream>\fP
+.br
+\fC#include <iostream>\fP
+.br
+\fC#include <fstream>\fP
+.br
+\fC#include 'socket.h'\fP
+.br
+\fC#include 'inspircd.h'\fP
+.br
+\fC#include 'inspircd_io.h'\fP
+.br
+\fC#include 'inspircd_util.h'\fP
+.br
+\fC#include 'inspstring.h'\fP
+.br
+\fC#include 'helperfuncs.h'\fP
+.br
+
+.SS "Variables"
+
+.in +1c
+.ti -1c
+.RI "FILE * \fBlog_file\fP"
+.br
+.ti -1c
+.RI "int \fBboundPortCount\fP"
+.br
+.ti -1c
+.RI "int \fBopenSockfd\fP [MAXSOCKS]"
+.br
+.ti -1c
+.RI "time_t \fBTIME\fP"
+.br
+.ti -1c
+.RI "bool \fBunlimitcore\fP"
+.br
+.ti -1c
+.RI "int \fBMaxConn\fP"
+.br
+.in -1c
+.SH "Variable Documentation"
+.PP
+.SS "int \fBboundPortCount\fP"
+.PP
+.SS "FILE* \fBlog_file\fP"
+.PP
+.SS "int \fBMaxConn\fP"
+.PP
+.SS "int \fBopenSockfd\fP[MAXSOCKS]"
+.PP
+.SS "time_t \fBTIME\fP"
+.PP
+.SS "bool \fBunlimitcore\fP"
+.PP
+.SH "Author"
+.PP
+Generated automatically by Doxygen for InspIRCd from the source code.