From afb51347b493a6ab54fcc8595b4a3f46972ce18f Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 17 Apr 2004 12:33:39 +0000 Subject: Added new documentation to cover ircd_connector git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@629 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/connection_8h.html | 64 ++++++++++++++++++++++++++++---------- 1 file changed, 47 insertions(+), 17 deletions(-) (limited to 'docs/module-doc/connection_8h.html') diff --git a/docs/module-doc/connection_8h.html b/docs/module-doc/connection_8h.html index c476a99b5..e15b987c6 100644 --- a/docs/module-doc/connection_8h.html +++ b/docs/module-doc/connection_8h.html @@ -17,6 +17,8 @@ #include <unistd.h>
#include <errno.h>
#include <time.h>
+#include <vector>
+#include <deque>

Include dependency graph for connection.h:

Include dependency graph
@@ -38,21 +40,25 @@ This graph shows which files directly or indirectly include this file:


Compounds

class  connectionPlease note: classes serverrec and userrec both inherit from class connection. More...

+class  ircd_connectorEach connection has one or more of these each represents ONE outbound connection to another ircd so each inbound has multiple outbounds. More...

class  packet

Defines

-#define PT_SYN_ONLY   0 -#define PT_ACK_ONLY   1 -#define PT_SYN_WITH_DATA   2 -#define PT_KEY_EXCHANGE   3 +#define STATE_DISCONNECTED   0 +#define STATE_CONNECTED   1 +#define STATE_SYNC   2 +#define STATE_NOAUTH_INBOUND   3 +#define STATE_NOAUTH_OUTBOUND   4

Define Documentation

-

+

@@ -67,16 +73,16 @@ This graph shows which files directly or indirectly include this file:

-Definition at line 21 of file connection.h. +Definition at line 23 of file connection.h.

-
#define PT_ACK_ONLY   1 + #define STATE_CONNECTED   1
-

+

@@ -91,16 +97,16 @@ Definition at line 21

-Definition at line 23 of file connection.h. +Definition at line 22 of file connection.h.

-
#define PT_KEY_EXCHANGE   3 + #define STATE_DISCONNECTED   0
-

+

@@ -115,16 +121,16 @@ Definition at line 23

-Definition at line 20 of file connection.h. +Definition at line 25 of file connection.h.

-
#define PT_SYN_ONLY   0 + #define STATE_NOAUTH_INBOUND   3
-

+

@@ -139,10 +145,34 @@ Definition at line 20

-Definition at line 22 of file connection.h. +Definition at line 26 of file connection.h. + +

-
#define PT_SYN_WITH_DATA   2 + #define STATE_NOAUTH_OUTBOUND   4
+

+ + + + +
+ + +
#define STATE_SYNC   2 +
+
+ + + +
+   + + +

+ +

+Definition at line 24 of file connection.h.

-


Generated on Thu Apr 8 19:12:35 2004 for InspIRCd by +
Generated on Sat Apr 17 13:31:41 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3