added initial tcp transport section
authorRalf Habacker <ralf.habacker@freenet.de>
Wed, 23 Dec 2009 10:09:42 +0000 (11:09 +0100)
committerRalf Habacker <ralf@s15291359.onlinehome-server.info>
Wed, 23 Dec 2009 10:11:20 +0000 (11:11 +0100)
doc/dbus-specification.xml

index be9c9ff..901e665 100644 (file)
        would be padded by Nul bytes.
       </para>
     </sect2>
+    <sect2 id="transports-tcp-sockets">
+      <title>TCP Sockets</title>
+      <para>
+        The tcp transport provides TCP/IP based connections between clients 
+        located on the same or different hosts. 
+      </para>
+      <para>  
+        Windows notes: Because the tcp stack on windows do not provide sending 
+        credentials over a tcp connection, the EXTERNAL authentification 
+        mechanismus do not work. 
+      </para>
+      <para>
+        Using tcp transport without any additional secure authentification mechanismus 
+        over a network is unsecure. 
+      </para>
+    </sect2>
     <sect2 id="transports-nonce-tcp-sockets">
       <title>Nonce-secured TCP Sockets</title>
       <para>