Go to the source code of this file.
Namespaces | |
namespace | libt2n |
Enumerations | |
enum | libt2n::log_level_values { libt2n::none = 0, libt2n::error = 1, libt2n::debug = 2, libt2n::fulldebug = 3 } |
possible levels for logging More... | |
enum | libt2n::socket_type_value { libt2n::tcp_s, libt2n::unix_s } |
possible types of a socket (tcp and unix) More... | |
enum | libt2n::callback_event_type { libt2n::new_connection = 0, libt2n::connection_closed, libt2n::connection_deleted, libt2n::__events_end } |