Babel
Epitech's C++ VoIP project
|
#include <string>
#include "Network/Message.hpp"
#include "Network/ITCPConnection.hpp"
#include "Network/RFCCodes.hpp"
Go to the source code of this file.
Namespaces | |
Babel | |
Babel::Utils | |
Functions | |
Message< RFCCodes > | Babel::Utils::response (uint16_t code, std::string description) |
Create a reply type message, used as a convenient way to quickly construct response description messages. More... | |
Message< RFCCodes > & | Babel::Utils::appendConnectionIpPort (Message< RFCCodes > &m, ITCPConnection< RFCCodes > &c) |
add the address and port of a tcp connection to a message More... | |