|
MASA-Core
|
#include "MasaNet.hpp"#include "command/CmdJoin.hpp"#include "command/CmdDiscover.hpp"#include "command/CmdUndiscover.hpp"#include "command/CmdNotifyScore.hpp"#include "command/CmdStatusRequest.hpp"#include "command/CmdStatusResponse.hpp"#include "command/CmdPeerRequest.hpp"#include "command/CmdPeerResponse.hpp"#include "command/CmdCreateRing.hpp"#include "command/CmdTestRing.hpp"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/socket.h>#include <arpa/inet.h>#include <errno.h>#include <netdb.h>#include <unistd.h>#include <string>#include <algorithm>Go to the source code of this file.
Defines | |
| #define | DEFAULT_TCP_PORT (12777) |
| #define DEFAULT_TCP_PORT (12777) |
Definition at line 52 of file MasaNet.cpp.
1.7.6.1