File net_config.hpp
File List > illixr > network > net_config.hpp
Go to the documentation of this file
#pragma once
#include
namespace ILLIXR::network {
// local
const std::string SERVER_IP = "127.0.0.1";
const int SERVER_PORT_1 = 4042;
const int SERVER_PORT_2 = 4003;
// local
const std::string CLIENT_IP = "127.0.0.1";
const int CLIENT_PORT_1 = 5002;
const int CLIENT_PORT_2 = 5003;
} // namespace ILLIXR::network