#include "Common.h"
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | NET |
Classes | |
class | NET::TCPClient |
Represents a stream-based reliable connection to another PC. More... | |
class | NET::TCPServer |
Listens for new connections and spawns a TCPClient to recieve them. More... |