X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=docs%2Fmodule-doc%2Fconnection_8h.html;h=ab8b51251036b152c409e130700cefba729b97c4;hb=c160de3e8dfead4a8ef3a41f1ed3ac586bfd190f;hp=9d6e24875dcc8bef0efaf0c9685f482a4b65cd83;hpb=abdb186046bcdd83aefbc4171a00bd1ad7ec963c;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/docs/module-doc/connection_8h.html b/docs/module-doc/connection_8h.html index 9d6e24875..ab8b51251 100644 --- a/docs/module-doc/connection_8h.html +++ b/docs/module-doc/connection_8h.html @@ -5,7 +5,7 @@
-Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

connection.h File Reference

#include "inspircd_config.h"
#include "base.h"
#include <string>
@@ -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,26 @@ 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  packetClass packet is deprecated. More...


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 +74,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 +98,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 +122,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 +146,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 Sat Apr 3 16:36:05 2004 for InspIRCd by +
Generated on Sat Apr 17 13:33:46 2004 for InspIRCd by doxygen1.3-rc3