#include <netinet/in.h>
#include <string.h>
#include <cctype>
#include <fstream>
#include <ostream>
#include <sstream>
#include <iomanip>
#include "network_message.h"
#include "logfile.h"
Go to the source code of this file.
Namespaces | |
namespace | protlib |
Functions | |
ostream & | protlib::operator<< (ostream &os, NetMsg &msg) |
generic class for network messages represented as byte stream ----------------------------------------------------------
Definition in file network_message.cpp.