Data Structures | Defines | Variables

I_OneWayMultiTunnel.h File Reference

One way multi tunnel. More...

#include "I_OneWayTunnel.h"
Include dependency graph for I_OneWayMultiTunnel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  OneWayMultiTunnel
 A generic state machine that connects a source virtual conection to multiple target virtual connections. More...

Defines

#define ONE_WAY_MULTI_TUNNEL_LIMIT   4
 Maximum number which can be tunnelled too.

Variables

ClassAllocator< OneWayMultiTunnelOneWayMultiTunnelAllocator

Detailed Description

One way multi tunnel.

License

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Details

Part of the utils library which contains classes that use multiple components of the IO-Core to implement some useful functionality. The classes also serve as good examples of how to use the IO-Core.

Definition in file I_OneWayMultiTunnel.h.


Define Documentation

#define ONE_WAY_MULTI_TUNNEL_LIMIT   4

Maximum number which can be tunnelled too.

Definition at line 37 of file I_OneWayMultiTunnel.h.

Referenced by OneWayMultiTunnel::init().


Variable Documentation