#include "network/mtp/threads.h"#include "log.h"#include "profiler.h"#include "settings.h"#include "network/networkpacket.h"#include "util/serialize.h"
Include dependency graph for threads.cpp:Namespaces | |
| namespace | con |
Macros | |
| #define | PROFILE(a) a |
| #define | LOG(a) a |
| #define | MAX_NEW_PEERS_PER_SEC 30 |
| #define | MPPI_SETTING "max_packets_per_iteration" |
Functions | |
| static session_t | con::readPeerId (const u8 *packetdata) |
| static u8 | con::readChannel (const u8 *packetdata) |
| #define LOG | ( | a | ) | a |
| #define MAX_NEW_PEERS_PER_SEC 30 |
Referenced by con::ConnectionReceiveThread::receive().
| #define MPPI_SETTING "max_packets_per_iteration" |
Referenced by con::ConnectionSendThread::ConnectionSendThread().
| #define PROFILE | ( | a | ) | a |