#include "net/ea/network.h"
#include "net/messagehandler.h"
#include "net/messagein.h"
#include "log.h"
#include "utils/stringutils.h"
#include <sstream>
Go to the source code of this file.
Functions | |
| int | networkThread (void *data) |
Variables | |
| short | packet_lengths [] |
| Warning: buffers and other variables are shared, so there can be only one connection active at a time. | |
| const unsigned int | BUFFER_SIZE = 65536 |
| int networkThread | ( | void * | data | ) |
Definition at line 82 of file network.cpp.
| const unsigned int BUFFER_SIZE = 65536 |
Definition at line 80 of file network.cpp.
| short packet_lengths[] |
Warning: buffers and other variables are shared, so there can be only one connection active at a time.
Definition at line 35 of file network.cpp.
1.5.5