Socket/Protocols/INet: Updated INet4SocketAddress to use INet4Address
[senf.git] / PPI / Route.hh
index 3d4f513..79e478d 100644 (file)
@@ -47,11 +47,6 @@ namespace ppi {
                                              be disabled by setting the authoThrottling state to \c
                                              false.
                                              
-                                             This member only exists if
-                                             \li \a Source or \a Target is an event
-                                             \li one of \a Source and \a Target is an active
-                                                 connector and the other is a passive connector.
-
                                              Routing from/to an event to/from a passive connector
                                              will automatically create throttling notifications on
                                              the connector whenever the event is disabled. Routing
@@ -83,4 +78,6 @@ namespace ppi {
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: