#include "carla/streaming/detail/tcp/ServerSession.h"#include "carla/streaming/detail/tcp/Server.h"#include "carla/Debug.h"#include "carla/Logging.h"#include <boost/asio/read.hpp>#include <boost/asio/write.hpp>#include <boost/asio/bind_executor.hpp>#include <boost/asio/post.hpp>#include <atomic>#include <thread>
Include dependency graph for ServerSession.cpp:Go to the source code of this file.
Namespaces | |
| carla | |
| This file contains definitions of common data structures used in traffic manager. | |
| carla::streaming | |
| carla::streaming::detail | |
| carla::streaming::detail::tcp | |
Variables | |
| static std::atomic_size_t | carla::streaming::detail::tcp::SESSION_COUNTER {0u} |
1.8.13