X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=docs%2Fmodule-doc%2Fconnection_8h.html;h=ab8b51251036b152c409e130700cefba729b97c4;hb=c160de3e8dfead4a8ef3a41f1ed3ac586bfd190f;hp=0d39c21eeb8e68df87985e800deac46730b045f5;hpb=1d994c544474da53159257d9097997c0744a48a5;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/docs/module-doc/connection_8h.html b/docs/module-doc/connection_8h.html index 0d39c21ee..ab8b51251 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,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 Tue Apr 6 11:42:33 2004 for InspIRCd by +
Generated on Sat Apr 17 13:33:46 2004 for InspIRCd by doxygen1.3-rc3