aes70::udp namespace

Contents

This namespace contains classes for implementing a simple UDP endpoint. It can be used in a way which does not require any dynamic memory allocation.

Classes

template<class Port, template<typename, typename> class map = default_map, template<typename> class Allocator = std::allocator, typename Endpoint = detail::address>
class port

Typedefs

template<typename Key, typename Value>
using default_map = common::static_map<Key, Value, 64>

Typedef documentation

template<typename Key, typename Value>
using aes70::udp::default_map = common::static_map<Key, Value, 64>

Default static map implementation to be used for holding the current list of active connections.